[PATCH] imx8qxp_mek: Fix the console command line string

2020-03-10 Thread sbabic
> Currently the expansion of the console variable leads to > the following kernel command line: > console=ttyLP0,${baudrate} earlycon root=/dev/mmcblk1p2 rootwait rw > , which causes the console to not show characters after the LPUART driver > is probed as the 'baudrate' variable is not properly

Re: [PATCH] imx8qxp_mek: Fix the console command line string

2020-03-02 Thread Stefano Babic
Hi Fabio, On 02/03/20 18:24, Fabio Estevam wrote: > Hi Stefano, > > On Mon, Feb 17, 2020 at 3:17 PM Fabio Estevam wrote: >> >> Currently the expansion of the console variable leads to >> the following kernel command line: >> >> console=ttyLP0,${baudrate} earlycon root=/dev/mmcblk1p2 rootwait rw

Re: [PATCH] imx8qxp_mek: Fix the console command line string

2020-03-02 Thread Fabio Estevam
Hi Stefano, On Mon, Feb 17, 2020 at 3:17 PM Fabio Estevam wrote: > > Currently the expansion of the console variable leads to > the following kernel command line: > > console=ttyLP0,${baudrate} earlycon root=/dev/mmcblk1p2 rootwait rw > > , which causes the console to not show characters after

[PATCH] imx8qxp_mek: Fix the console command line string

2020-02-17 Thread Fabio Estevam
Currently the expansion of the console variable leads to the following kernel command line: console=ttyLP0,${baudrate} earlycon root=/dev/mmcblk1p2 rootwait rw , which causes the console to not show characters after the LPUART driver is probed as the 'baudrate' variable is not properly