summaryrefslogtreecommitdiff
path: root/configs/imx8dxl_evk_lcd_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2022-04-01 14:18:13 +0800
committerYe Li <ye.li@nxp.com>2022-04-18 14:03:43 +0800
commit52ff4f6dbe45c61a995217d6500e0e696678cc15 (patch)
tree6a67e23db884597e9eb39fd683011957fbee3dac /configs/imx8dxl_evk_lcd_defconfig
parent5c415a5775e99a1a03f1d30135fd15a44bbd40f6 (diff)
MLK-25823 imx8/imx8m: Update kernel load address to 2MB aligned
Since 5.10, kernel has removed the 0x80000 offset requirement to kernel image load address. Using old address like 0x80280000 by booti will introduce a additional copy to 2MB aligned address. So set default kernel load address to 0x80200000 for iMX8/iMX8ULP, and 0x80400000 for iMX8M. For old kernel, booti will handle the 0x80000 offset by adding a copy. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs/imx8dxl_evk_lcd_defconfig')
-rw-r--r--configs/imx8dxl_evk_lcd_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx8dxl_evk_lcd_defconfig b/configs/imx8dxl_evk_lcd_defconfig
index 7422645005..f2091fed79 100644
--- a/configs/imx8dxl_evk_lcd_defconfig
+++ b/configs/imx8dxl_evk_lcd_defconfig
@@ -26,7 +26,7 @@ CONFIG_SPL_LOAD_IMX_CONTAINER=y
CONFIG_USE_TINY_PRINTF=y
CONFIG_PANIC_HANG=y
CONFIG_IMX_CONTAINER_CFG="board/freescale/imx8dxl_evk/uboot-container.cfg"
-CONFIG_SYS_LOAD_ADDR=0x80280000
+CONFIG_SYS_LOAD_ADDR=0x80200000
CONFIG_OF_BOARD_SETUP=y
CONFIG_OF_SYSTEM_SETUP=y
CONFIG_BOOTDELAY=3