]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: total_compute: Remove unused bootm_size
authorBoyan Karatotev <boyan.karatotev@arm.com>
Fri, 25 Oct 2024 17:18:16 +0000 (18:18 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 4 Nov 2024 20:50:43 +0000 (14:50 -0600)
The whole DRAM bank is used for loading and U-boot can detect the
overlap between the kernel and initramfs. So it is safe to drop
bootm_size.

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Signed-off-by: Leo Yan <leo.yan@arm.com>
include/configs/total_compute.h

index 8053dca315ca6c2d7742e1833cb4731f9152364e..4c966ce4bf64ffae5c9e88e4aabcb6da42bf3d06 100644 (file)
@@ -12,7 +12,6 @@
 /* Link Definitions */
 
 #define CFG_EXTRA_ENV_SETTINGS \
-                               "bootm_size=0x20000000\0"       \
                                "load_addr=0xa0000000\0"        \
                                "initrd_addr_r=0x88000000\0"
 /*