diff options
author | Oliver Graute | 2022-01-26 22:56:07 +0100 |
---|---|---|
committer | Stefano Babic | 2022-02-05 15:49:01 +0100 |
commit | 8f55003c587bf10ee8c5d90cae23430109a74d7d (patch) | |
tree | 03851da07dea8f52881eb658bdbba7ecf92dad08 /include | |
parent | a7e22ec90e2af84c80161b7787c0d379e48e757c (diff) |
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')
-rw-r--r-- | include/configs/imx8qm_rom7720.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx8qm_rom7720.h b/include/configs/imx8qm_rom7720.h index c2c5493abd6..973793fc9dd 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" \ |