From 5c677c463c09cdd34eebcd7bfbd74563b16facdb Mon Sep 17 00:00:00 2001 From: Gerard Salvatella Date: Thu, 2 May 2019 11:45:50 +0200 Subject: 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 --- include/configs/apalis-imx8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3