]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
poplar: provide more space for kernel image
authorIgor Opaniuk <igor.opaniuk@foundries.io>
Thu, 9 Nov 2023 22:34:35 +0000 (23:34 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 16 Nov 2023 23:59:58 +0000 (18:59 -0500)
Adjust mem layout, providing more space for linux kernel image.

This fixes the problem:
ERROR: FDT image overlaps OS image (OS=0x30000000..0x32580000)

Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
include/configs/poplar.h

index 6e8adf91877cd05f680b5b706f889b482ceb7099..629b335f5d111a893ae2fa5b27f87e27b9e4b247 100644 (file)
                        "env_mmc_blknum=0xf80\0"                        \
                        "env_mmc_nblks=0x80\0"                          \
                        "kernel_addr_r=0x30000000\0"                    \
-                       "pxefile_addr_r=0x32000000\0"                   \
-                       "scriptaddr=0x32000000\0"                       \
-                       "fdt_addr_r=0x32200000\0"                       \
+                       "pxefile_addr_r=0x33000000\0"                   \
+                       "scriptaddr=0x33000000\0"                       \
+                       "fdt_addr_r=0x33200000\0"                       \
                        "fdtfile=hisilicon/hi3798cv200-poplar.dtb\0"    \
-                       "ramdisk_addr_r=0x32400000\0"                   \
+                       "ramdisk_addr_r=0x33400000\0"                   \
                        BOOTENV
 
 #endif /* _POPLAR_H_ */