aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@cherry.de>2024-05-23 18:59:34 +0200
committerKever Yang <kever.yang@rock-chips.com>2024-05-24 17:58:59 +0800
commit78d1f04fa61586a7c2b965a273912fcbcf629936 (patch)
tree8ff46c4ce864cf02ddf5f08208a57c06e6088fc1 /arch
parent702dc3c0b39a7867d05931e77fbbe2a931dd0793 (diff)
downloadu-boot-78d1f04fa61586a7c2b965a273912fcbcf629936.zip
u-boot-78d1f04fa61586a7c2b965a273912fcbcf629936.tar.gz
u-boot-78d1f04fa61586a7c2b965a273912fcbcf629936.tar.bz2
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 'arch')
-rw-r--r--arch/arm/mach-rockchip/px30/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/px30/Kconfig b/arch/arm/mach-rockchip/px30/Kconfig
index 23f8f43..e394726 100644
--- a/arch/arm/mach-rockchip/px30/Kconfig
+++ b/arch/arm/mach-rockchip/px30/Kconfig
@@ -83,6 +83,9 @@ config TPL_TEXT_BASE
config TPL_STACK
default 0xff0e4fff
+config TPL_SYS_MALLOC_F_LEN
+ default 0x600
+
config DEBUG_UART_CHANNEL
int "Mux channel to use for debug UART2/UART3"
depends on DEBUG_UART_BOARD_INIT