summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGerard Salvatella <gerard.salvatella@toradex.com>2019-05-02 11:45:50 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-03-05 19:22:18 +0100
commitf574377ce69fbc98c8966cd7eb799a43439044e7 (patch)
treebfbe8fa1184d7087ec8388a804c8301e2a55abad /include
parentdfc9a6dbe2b72f15351853db3a68e7a1058a4c46 (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 \