diff options
| author | Daniel Schultz <[email protected]> | 2025-04-29 05:08:18 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-05-05 14:18:56 -0600 |
| commit | 1750ba44d573b9e7de3b2b24205cc80ba5872292 (patch) | |
| tree | 0ae7e5baabd32455def9ac84b6a683bf58834eee | |
| parent | 0352eab7d373664c1c01b23154025b83ec0eadca (diff) | |
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 <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
| -rw-r--r-- | configs/phycore_am62x_a53_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/phycore_am62x_a53_defconfig b/configs/phycore_am62x_a53_defconfig index 4ad399893ff..c52a2f76200 100644 --- a/configs/phycore_am62x_a53_defconfig +++ b/configs/phycore_am62x_a53_defconfig @@ -28,7 +28,6 @@ CONFIG_SPL_HAS_BSS_LINKER_SECTION=y CONFIG_SPL_BSS_START_ADDR=0x80c80000 CONFIG_SPL_BSS_MAX_SIZE=0x80000 CONFIG_SPL_STACK_R=y -CONFIG_SYS_BOOTM_LEN=0x800000 CONFIG_SPL_SIZE_LIMIT=0x80000 CONFIG_SPL_SIZE_LIMIT_PROVIDE_STACK=0x800 CONFIG_ENV_OFFSET_REDUND=0x6c0000 |
