From: Luo Ji Date: Fri, 14 Sep 2018 08:02:55 +0000 (+0800) Subject: MA-12724 imx7ulp: Correct earlycon parameter X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~545 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=41275217a037287d1d24c3594fd826946096ac21;p=u-boot.git MA-12724 imx7ulp: Correct earlycon parameter 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 (cherry picked from commit 9dce3365b8ea0cbdaed06f0c9b98c98b2f150c5a) (cherry picked from commit c727966e6688fd3de199de1b631a8fd57a8c7149) (cherry picked from commit 9f27514d69a46d3d5e60e57feee47267d6977260) (cherry picked from commit 1c3028b34e35a6ca3b9641d7122e8be4531d4d2f) --- diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h index 40eebd641f..2d3ec83890 100644 --- a/include/configs/mx7ulp_evk.h +++ b/include/configs/mx7ulp_evk.h @@ -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" \