From: Boyan Karatotev <boyan.karato...@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.karato...@arm.com> Signed-off-by: Leo Yan <leo....@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