Re: [PATCH 2/2] mx6cuboxi: Fix the console variable

2021-07-19 Thread Peter Robinson
On Mon, Jul 19, 2021 at 9:15 PM Fabio Estevam wrote: > > Do not pass the console baudrate to the 'console' variable > to avoid the baudrate being passed twice when extlinux.conf > contains the standard: console=${console},${baudrate} format. Maybe we could deal with this using the stdout-path

[PATCH 2/2] mx6cuboxi: Fix the console variable

2021-07-19 Thread Fabio Estevam
Do not pass the console baudrate to the 'console' variable to avoid the baudrate being passed twice when extlinux.conf contains the standard: console=${console},${baudrate} format. cat /proc/cmdline root=PARTUUID=-01 rootwait rw console=ttymxc0,115200,115200 Signed-off-by: Fabio Estevam