summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGerard Salvatella <gerard.salvatella@toradex.com>2019-05-02 11:45:50 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-05-07 11:21:53 +0200
commit5c677c463c09cdd34eebcd7bfbd74563b16facdb (patch)
treec6f3fc445bdcca6bd8bea57437b2265153fa1d3d /include
parentd8881436c79c2ace86c6e06db23678c79b5d52f6 (diff)
apalis-imx8: 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-imx8qm.dtsi). This generates a kernel panic early in the boot process when trying to access that memory region. Signed-off-by: Gerard Salvatella <gerard.salvatella@toradex.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/apalis-imx8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/apalis-imx8.h b/include/configs/apalis-imx8.h
index e33f22ea1a..9cb1a3566d 100644
--- a/include/configs/apalis-imx8.h
+++ b/include/configs/apalis-imx8.h
@@ -77,7 +77,7 @@
#define MEM_LAYOUT_ENV_SETTINGS \
"fdt_addr_r=0x84000000\0" \
"kernel_addr_r=0x82000000\0" \
- "ramdisk_addr_r=0x84100000\0"
+ "ramdisk_addr_r=0x94400000\0"
/* Boot M4 */
#define M4_BOOT_ENV \