summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-11-20 23:46:55 -0600
committerYe Li <ye.li@nxp.com>2017-11-21 00:16:47 -0600
commitf80227dedf4122bbc73523e0d2eaa9e728b43ef3 (patch)
tree353d5bd60124a611cdf3953e2099ac1eb42b23f2
parent8bf9ea2eca354c0ac50d1e0bc68e7908cc0667ec (diff)
MLK-16921 imx8mq_evk: Change kernel load address to 0x40480000
The u-boot running address is 0x40200000, and the image size is larger than 512KB. If we set kernel load address to 0x40280000, when using mfgtool, the kernel loading will overwrite the u-boot image in DDR and cause u-boot crash. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r--include/configs/imx8mq_evk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx8mq_evk.h b/include/configs/imx8mq_evk.h
index 62c5616fc8..f50f34a9ff 100644
--- a/include/configs/imx8mq_evk.h
+++ b/include/configs/imx8mq_evk.h
@@ -177,7 +177,7 @@
"else booti ${loadaddr} - ${fdt_addr}; fi"
/* Link Definitions */
-#define CONFIG_LOADADDR 0x40280000
+#define CONFIG_LOADADDR 0x40480000
#define CONFIG_SYS_TEXT_BASE 0x40200000
#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR