configs: phycore_am62x_a53_defconfig: Remove CONFIG_SYS_BOOTM_LEN
authorDaniel Schultz <d.schultz@phytec.de>
Tue, 29 Apr 2025 12:08:18 +0000 (05:08 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 5 May 2025 20:18:56 +0000 (14:18 -0600)
commit1750ba44d573b9e7de3b2b24205cc80ba5872292
tree0ae7e5baabd32455def9ac84b6a683bf58834eee
parent0352eab7d373664c1c01b23154025b83ec0eadca
configs: phycore_am62x_a53_defconfig: Remove CONFIG_SYS_BOOTM_LEN

This config was defined with the default value of 8 MiB. However,
the default value is different when CONFIG_ARM64 is enabled and
should be 64 MiB.

Remove this config from the A53 defconfig and use the correct
default config.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
configs/phycore_am62x_a53_defconfig