[PATCH v1 2/2] imx: imx8qm_rm7720: adjust fdt_addr

Oliver Graute oliver.graute at gmail.com
Wed Jan 26 22:56:07 CET 2022


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 <oliver.graute at kococonnector.com>
---
 include/configs/imx8qm_rom7720.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/imx8qm_rom7720.h b/include/configs/imx8qm_rom7720.h
index 31d861481f..3c905b1446 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"		\
-- 
2.17.1



More information about the U-Boot mailing list