MA-12724 imx7ulp: Correct earlycon parameter
authorLuo Ji <ji.luo@nxp.com>
Fri, 14 Sep 2018 08:02:55 +0000 (16:02 +0800)
committerYe Li <ye.li@nxp.com>
Thu, 29 Apr 2021 07:56:05 +0000 (00:56 -0700)
Default address of earlycon parameter is not correct,
use correct value for imx7ulp_evk.

Test: imx7ulp_evk boots ok.

Change-Id: I2cecb6bfacca573013313ba4ae3783784ccfd506
Signed-off-by: Luo Ji <ji.luo@nxp.com>
(cherry picked from commit 9dce3365b8ea0cbdaed06f0c9b98c98b2f150c5a)
(cherry picked from commit c727966e6688fd3de199de1b631a8fd57a8c7149)
(cherry picked from commit 9f27514d69a46d3d5e60e57feee47267d6977260)
(cherry picked from commit 1c3028b34e35a6ca3b9641d7122e8be4531d4d2f)

include/configs/mx7ulp_evk.h

index 40eebd6..2d3ec83 100644 (file)
@@ -58,7 +58,7 @@
        "fdt_file=imx7ulp-evk.dtb\0" \
        "fdt_addr=0x63000000\0" \
        "boot_fdt=try\0" \
-       "earlycon=lpuart32,0x402D0010\0" \
+       "earlycon=lpuart32,0x402D0000\0" \
        "ip_dyn=yes\0" \
        "mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \
        "mmcpart=" __stringify(CONFIG_SYS_MMC_IMG_LOAD_PART) "\0" \