diff options
| author | Boyan Karatotev <[email protected]> | 2024-10-25 18:18:16 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-11-04 14:50:43 -0600 |
| commit | 4696d63d873acbd162ccf858b8508d22c56f7316 (patch) | |
| tree | aa86e20f8c05783d5658b233c6bbd96c4c54b428 /include | |
| parent | ea70352af8a7ca0025c44c309dc9e28f6ed956ce (diff) | |
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 <[email protected]>
Signed-off-by: Leo Yan <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/total_compute.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/total_compute.h b/include/configs/total_compute.h index 8053dca315c..4c966ce4bf6 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" /* |
