From 78d1f04fa61586a7c2b965a273912fcbcf629936 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Thu, 23 May 2024 18:59:34 +0200 Subject: 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 Reviewed-by: Kever Yang Tested-by: Heiko Stuebner Signed-off-by: Quentin Schulz --- configs/odroid-go2_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/odroid-go2_defconfig') diff --git a/configs/odroid-go2_defconfig b/configs/odroid-go2_defconfig index 99d7149..3c1abb8 100644 --- a/configs/odroid-go2_defconfig +++ b/configs/odroid-go2_defconfig @@ -19,7 +19,6 @@ CONFIG_TARGET_ODROID_GO2=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 -- cgit v1.1