[PATCH v1 3/8] arm: total_compute: Remove unused bootm_size

Leo Yan leo.yan at arm.com
Fri Oct 25 19:18:16 CEST 2024


From: Boyan Karatotev <boyan.karatotev at arm.com>

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 at arm.com>
Signed-off-by: Leo Yan <leo.yan at arm.com>
---
 include/configs/total_compute.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/total_compute.h b/include/configs/total_compute.h
index 8053dca315..4c966ce4bf 100644
--- a/include/configs/total_compute.h
+++ b/include/configs/total_compute.h
@@ -12,7 +12,6 @@
 /* Link Definitions */
 
 #define CFG_EXTRA_ENV_SETTINGS	\
-				"bootm_size=0x20000000\0"	\
 				"load_addr=0xa0000000\0"	\
 				"initrd_addr_r=0x88000000\0"
 /*
-- 
2.34.1



More information about the U-Boot mailing list