arm64: configs: Remove SYS_BOOTM_LEN for TI devices
authorAashvij Shenai <a-shenai@ti.com>
Wed, 29 Jan 2025 10:56:09 +0000 (16:26 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 5 Feb 2025 18:45:11 +0000 (12:45 -0600)
commitb3c09eb36529fbb277bec17b35e638f42cb33683
tree67aeb221d88cffd14e9f21ac4b01a9bae3b8060f
parent93bcabd9b244b26c252743c1994d968d5e3e9a28
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 <kamlesh@ti.com>
Signed-off-by: Aashvij Shenai <a-shenai@ti.com>
configs/am62x_beagleplay_a53_defconfig
configs/am62x_evm_a53_defconfig
configs/am65x_evm_r5_defconfig
configs/am65x_evm_r5_usbdfu_defconfig
configs/am65x_evm_r5_usbmsc_defconfig
configs/j721e_evm_r5_defconfig
configs/j721s2_evm_r5_defconfig