Re: [U-Boot] [PATCH] imx: 8qxp_mek: fix fdt_file and console

2019-04-15 Thread Fabio Estevam
On Mon, Apr 15, 2019 at 9:01 AM Peng Fan wrote: > > Fix fdt_file and console to boot upstream Linux Kernel. > > Upstream linux use imx8qxp-mek.dtb, and pass lpuart32 to earlycon > will not work for i.MX8QXP, only need to pass earlycon, > check drivers/tty/serial/earlycon.c, > " /* Just 'earlycon'

[U-Boot] [PATCH] imx: 8qxp_mek: fix fdt_file and console

2019-04-15 Thread Peng Fan
Fix fdt_file and console to boot upstream Linux Kernel. Upstream linux use imx8qxp-mek.dtb, and pass lpuart32 to earlycon will not work for i.MX8QXP, only need to pass earlycon, check drivers/tty/serial/earlycon.c, " /* Just 'earlycon' is a valid param for devicetree and ACPI SPCR. */ " Signed-of