From dc1c02cb598ce1162fd740475580124dd29d9c1d Mon Sep 17 00:00:00 2001 From: Michael Trimarchi Date: Sat, 24 Sep 2022 15:36:24 +0200 Subject: configs: rockchip: Drop TPL_MAX_SIZE definition The max size is defined at architectural level. On the same commit I have checked mostly all the other architecture and look like they are Fixes: commit ca8a329a1b7f ("Convert CONFIG_SPL_PAD_TO et al to Kconfig") Signed-off-by: Michael Trimarchi Reviewed-by: Tom Rini --- configs/firefly-px30_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/firefly-px30_defconfig') diff --git a/configs/firefly-px30_defconfig b/configs/firefly-px30_defconfig index 4bc2031086d..1717eb21106 100644 --- a/configs/firefly-px30_defconfig +++ b/configs/firefly-px30_defconfig @@ -18,7 +18,6 @@ CONFIG_SPL_STACK_R_ADDR=0x600000 CONFIG_DEBUG_UART_BASE=0xFF160000 CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_SYS_LOAD_ADDR=0x800800 -CONFIG_TPL_MAX_SIZE=0x20000 CONFIG_DEBUG_UART=y CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x400000 -- cgit v1.2.3