Commits
Leonard Crestez committed cdb022c8b99
MLK-21515 configs/imx8: Remove earlycon=lpuart32 value All our imx8qm/8qxp dts files have a chosen/stdout-path parameter so passing an earlycon value is not required: the kernel can figure it out based from dtb. Passing earlycon=lpuart32 only works with nxp internal linux tree because we made "lpuart32" add a 0x10 offset by default. That does not seem upstreamable without breaking other lpuart earlycon users such as layerscape. See commit 5481bac06657 ("MLK-13911-12 tty: serial: fsl: add earlycon support"), inherited in various forms from imx_4.9.y. This commit makes uboot imx_v2018.03 work out-of-the-box with upstream linux on imx8qxp-mek. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Acked-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 7cc130466e17d60d2a5af2c6506b7fc4b3b40900)