From 6a84ffaa948eca3132e77630fd11a3a94f75ed92 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Thu, 11 Jul 2019 17:32:17 +0800 Subject: 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 --- include/configs/colibri-imx8qxp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3