summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorOliver Graute <oliver.graute@gmail.com>2022-01-27 00:56:07 +0300
committerStefano Babic <sbabic@denx.de>2022-02-05 17:49:01 +0300
commit8f55003c587bf10ee8c5d90cae23430109a74d7d (patch)
tree03851da07dea8f52881eb658bdbba7ecf92dad08 /include/configs
parenta7e22ec90e2af84c80161b7787c0d379e48e757c (diff)
downloadu-boot-8f55003c587bf10ee8c5d90cae23430109a74d7d.tar.xz
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 <oliver.graute@kococonnector.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/imx8qm_rom7720.h2
1 files changed, 1 insertions, 1 deletions
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" \