diff options
| author | Quentin Schulz <quentin.schulz@cherry.de> | 2024-05-23 18:59:34 +0200 |
|---|---|---|
| committer | Kever Yang <kever.yang@rock-chips.com> | 2024-05-24 17:58:59 +0800 |
| commit | 78d1f04fa61586a7c2b965a273912fcbcf629936 (patch) | |
| tree | 8ff46c4ce864cf02ddf5f08208a57c06e6088fc1 /configs/px30-core-ctouch2-of10-px30_defconfig | |
| parent | 702dc3c0b39a7867d05931e77fbbe2a931dd0793 (diff) | |
rockchip: px30: default TPL_SYS_MALLOC_F_LEN to 0x600 on PX30 Kconfig level
This is the kind of setting that typically doesn't need to be changed
between boards based on the same SoC, so let's make it the default in
PX30 Kconfig so we don't have to care about it in the defconfig if we
don't want to.
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Tested-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Diffstat (limited to 'configs/px30-core-ctouch2-of10-px30_defconfig')
| -rw-r--r-- | configs/px30-core-ctouch2-of10-px30_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/px30-core-ctouch2-of10-px30_defconfig b/configs/px30-core-ctouch2-of10-px30_defconfig index a2801ec7796..87a39e115df 100644 --- a/configs/px30-core-ctouch2-of10-px30_defconfig +++ b/configs/px30-core-ctouch2-of10-px30_defconfig @@ -17,7 +17,6 @@ CONFIG_TARGET_PX30_CORE=y CONFIG_DEBUG_UART_CHANNEL=1 CONFIG_TPL_LIBGENERIC_SUPPORT=y CONFIG_SPL_DRIVERS_MISC=y -CONFIG_TPL_SYS_MALLOC_F_LEN=0x600 CONFIG_SPL_STACK_R_ADDR=0x600000 CONFIG_SPL_STACK=0x400000 CONFIG_SPL_HAS_BSS_LINKER_SECTION=y |
