summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2019-07-11 17:32:17 +0800
committerMax Krummenacher <max.krummenacher@toradex.com>2020-03-05 19:22:20 +0100
commit6a84ffaa948eca3132e77630fd11a3a94f75ed92 (patch)
tree48ca18fa67f442e76f148992eefc99ca5a036450
parente6041d5e269e0694d801810a3ca10c88dc103fab (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"