summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2019-07-11 17:32:17 +0800
committerPeter Liu <peter.liu@se.atlascopco.com>2019-07-15 12:11:30 +0800
commit1e1f7842df05f4f80f9c7c7e3f6f5b56aa0ef6dd (patch)
tree35de7c42cc531c0e6cdba017fadbbc66de053b4f
parent2431153cd2e320975d830348b9fcb4c413de789f (diff)
colibri-imx8qxp: modify default ramdisk loading address
The current loading address for the ramdisk images overlaps with reserved memory for the decoder_boot section of the device tree (see fsl-imx8qxp.dtsi). This generates a kernel panic early in the boot process when trying to access that memory region. Signed-off-by: Ming Liu <liu.ming50@gmail.com>
-rw-r--r--include/configs/colibri-imx8qxp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/colibri-imx8qxp.h b/include/configs/colibri-imx8qxp.h
index 7311954e2e..3a819a0c49 100644
--- a/include/configs/colibri-imx8qxp.h
+++ b/include/configs/colibri-imx8qxp.h
@@ -51,7 +51,7 @@
#define MEM_LAYOUT_ENV_SETTINGS \
"fdt_addr_r=0x84000000\0" \
"kernel_addr_r=0x82000000\0" \
- "ramdisk_addr_r=0x84100000\0"
+ "ramdisk_addr_r=0x86400000\0"
#ifdef CONFIG_AHAB_BOOT
#define AHAB_ENV "sec_boot=yes\0"