From: Boyan Karatotev Date: Fri, 25 Oct 2024 17:18:16 +0000 (+0100) Subject: arm: total_compute: Remove unused bootm_size X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-logo.png?a=commitdiff_plain;h=4696d63d873acbd162ccf858b8508d22c56f7316;p=u-boot.git arm: total_compute: Remove unused bootm_size 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 Signed-off-by: Leo Yan --- 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" /*