summaryrefslogtreecommitdiff
path: root/configs/am62x_evm_a53_defconfig
diff options
context:
space:
mode:
authorAashvij Shenai <[email protected]>2025-01-29 16:26:09 +0530
committerTom Rini <[email protected]>2025-02-05 12:45:11 -0600
commitb3c09eb36529fbb277bec17b35e638f42cb33683 (patch)
tree67aeb221d88cffd14e9f21ac4b01a9bae3b8060f /configs/am62x_evm_a53_defconfig
parent93bcabd9b244b26c252743c1994d968d5e3e9a28 (diff)
arm64: configs: Remove SYS_BOOTM_LEN for TI devices
AM62x BOOTM_LEN is too small to contain OS images. Removing this sets the size to a default 0x4000000 (for all arm64 devices). It is unnecessary to specifically call the default size for the other configs. Signed-off-by: Kamlesh Gurudasani <[email protected]> Signed-off-by: Aashvij Shenai <[email protected]>
Diffstat (limited to 'configs/am62x_evm_a53_defconfig')
-rw-r--r--configs/am62x_evm_a53_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig
index c77e09db156..6527200259e 100644
--- a/configs/am62x_evm_a53_defconfig
+++ b/configs/am62x_evm_a53_defconfig
@@ -33,7 +33,6 @@ CONFIG_SPL_SPI=y
CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000
CONFIG_BOOTSTD_FULL=y
-CONFIG_SYS_BOOTM_LEN=0x800000
CONFIG_BOOTCOMMAND="run findfdt; run envboot; bootflow scan -lb"
CONFIG_BOARD_LATE_INIT=y
CONFIG_SPL_MAX_SIZE=0x58000