diff options
| author | Andrew Davis <[email protected]> | 2025-12-08 13:06:32 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-31 10:13:00 -0600 |
| commit | 0082756320d713c412d6df13c0a3be9b29cf7496 (patch) | |
| tree | 25d8bd02f93ec97f9c665c9b9abead11b98c0fa1 /configs | |
| parent | c7c2c3c0101f625c01bf101d652e03a6d4aa950f (diff) | |
configs: Remove default malloc length for K3 R5 SPL
These values are already the default, remove them from these defconfigs.
Signed-off-by: Andrew Davis <[email protected]>
Reviewed-by: Bryan Brattlof <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/am62x_evm_r5_ethboot_defconfig | 1 | ||||
| -rw-r--r-- | configs/j722s_evm_r5_ethboot_defconfig | 1 | ||||
| -rw-r--r-- | configs/phycore_am62ax_r5_ethboot_defconfig | 1 | ||||
| -rw-r--r-- | configs/phycore_am62x_r5_ethboot_defconfig | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/configs/am62x_evm_r5_ethboot_defconfig b/configs/am62x_evm_r5_ethboot_defconfig index 5ad4d3f0e5c..c97c4e28fbe 100644 --- a/configs/am62x_evm_r5_ethboot_defconfig +++ b/configs/am62x_evm_r5_ethboot_defconfig @@ -8,7 +8,6 @@ CONFIG_DEFAULT_DEVICEC_TREE="k3-am625-r5-sk" CONFIG_SPL_GPIO=y CONFIG_SPL_MMC=n CONFIG_SPL_BOARD_INIT=y -CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x200000 CONFIG_SPL_BSS_MAX_SIZE=0x3100 CONFIG_SPL_DMA=y CONFIG_SPL_ENV_SUPPORT=y diff --git a/configs/j722s_evm_r5_ethboot_defconfig b/configs/j722s_evm_r5_ethboot_defconfig index fd58485bff2..68237f7d8c3 100644 --- a/configs/j722s_evm_r5_ethboot_defconfig +++ b/configs/j722s_evm_r5_ethboot_defconfig @@ -8,7 +8,6 @@ CONFIG_DEFAULT_DEVICE_TREE="k3-j722s-r5-evm" CONFIG_NET=y CONFIG_SPL_DRIVERS_MISC=y CONFIG_SPL_BOARD_INIT=y -CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x200000 CONFIG_SPL_DMA=y CONFIG_SPL_ENV_SUPPORT=y CONFIG_SPL_ETH=y diff --git a/configs/phycore_am62ax_r5_ethboot_defconfig b/configs/phycore_am62ax_r5_ethboot_defconfig index 81a7f5b0784..526d15a0dc5 100644 --- a/configs/phycore_am62ax_r5_ethboot_defconfig +++ b/configs/phycore_am62ax_r5_ethboot_defconfig @@ -8,7 +8,6 @@ CONFIG_DEFAULT_DEVICE_TREE="k3-am62a7-r5-phycore-som-2gb" CONFIG_SPL_GPIO=y CONFIG_SPL_BOARD_INIT=y -CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x200000 CONFIG_SPL_BSS_MAX_SIZE=0x3100 CONFIG_SPL_DMA=y CONFIG_SPL_ENV_SUPPORT=y diff --git a/configs/phycore_am62x_r5_ethboot_defconfig b/configs/phycore_am62x_r5_ethboot_defconfig index 3bc426821e9..92dd0be647e 100644 --- a/configs/phycore_am62x_r5_ethboot_defconfig +++ b/configs/phycore_am62x_r5_ethboot_defconfig @@ -8,7 +8,6 @@ CONFIG_DEFAULT_DEVICE_TREE="k3-am625-r5-phycore-som-2gb" CONFIG_SPL_GPIO=y CONFIG_SPL_BOARD_INIT=y -CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x200000 CONFIG_SPL_DMA=y CONFIG_SPL_ENV_SUPPORT=y CONFIG_SPL_ETH=y |
