diff options
| author | Udit Kumar <[email protected]> | 2025-06-14 15:07:17 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-26 13:53:55 -0600 |
| commit | 27c0b05855e0b19452fa0d57997ea5c48d2435b1 (patch) | |
| tree | 78ba0b3d3382d29e7a28efa61cf69e24e361fb42 /configs/am65x_evm_a53_defconfig | |
| parent | e53d46393eacf6cef51f8bfe9ed730568b02583e (diff) | |
configs: j7*/*am62*: Remove malloc size overwrite at config level.
Use default value of malloc size coming from Kconfig, instead of
board specific override.
Signed-off-by: Udit Kumar <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/am65x_evm_a53_defconfig')
| -rw-r--r-- | configs/am65x_evm_a53_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig index a41f67a43fe..2cc7ae1cbc1 100644 --- a/configs/am65x_evm_a53_defconfig +++ b/configs/am65x_evm_a53_defconfig @@ -1,7 +1,6 @@ CONFIG_ARM=y CONFIG_SKIP_LOWLEVEL_INIT=y CONFIG_ARCH_K3=y -CONFIG_SYS_MALLOC_LEN=0x2000000 CONFIG_SYS_MALLOC_F_LEN=0x8000 CONFIG_TI_COMMON_CMD_OPTIONS=y CONFIG_SPL_LIBCOMMON_SUPPORT=y |
