MLK-16921 imx8mq_evk: Change kernel load address to 0x40480000
authorYe Li <ye.li@nxp.com>
Tue, 21 Nov 2017 05:46:55 +0000 (23:46 -0600)
committerYe Li <ye.li@nxp.com>
Tue, 21 Nov 2017 06:16:47 +0000 (00:16 -0600)
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>
include/configs/imx8mq_evk.h

index 62c5616..f50f34a 100644 (file)
           "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