From 8f55003c587bf10ee8c5d90cae23430109a74d7d Mon Sep 17 00:00:00 2001 From: Oliver Graute Date: Wed, 26 Jan 2022 22:56:07 +0100 Subject: imx: imx8qm_rm7720: adjust fdt_addr The Linux Kernel Image size for arm64 is still growing. A Kernel with 54 MB at load address 0x80280000 overlaps with fdt_addr at 0x83000000. So let's increase it to 0x84000000 Signed-off-by: Oliver Graute --- include/configs/imx8qm_rom7720.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/configs/imx8qm_rom7720.h b/include/configs/imx8qm_rom7720.h index c2c5493abd..973793fc9d 100644 --- a/include/configs/imx8qm_rom7720.h +++ b/include/configs/imx8qm_rom7720.h @@ -61,7 +61,7 @@ "image=Image\0" \ "panel=NULL\0" \ "console=ttyLP0\0" \ - "fdt_addr=0x83000000\0" \ + "fdt_addr=0x84000000\0" \ "boot_fdt=try\0" \ "fdt_file=imx8qm-rom7720-a1.dtb\0" \ "initrd_addr=0x83800000\0" \ -- cgit v1.2.3