From: Heinrich Schuchardt Date: Wed, 25 Feb 2026 07:28:17 +0000 (+0100) Subject: arm: rockchip: don't use non-existent CONFIG_TPL_TINY_FRAMEWORK X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cff18cef190684736ff11feff0da6dbd7324ed9d;p=thirdparty%2Fu-boot.git arm: rockchip: don't use non-existent CONFIG_TPL_TINY_FRAMEWORK Symbol CONFIG_TPL_TINY_FRAMEWORK does not exist. Don't select it. Signed-off-by: Heinrich Schuchardt Reviewed-by: Quentin Schulz Reviewed-by: Kever Yang --- diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index 5c37bf54deb..9f1f77ee5b3 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -8,7 +8,6 @@ config ROCKCHIP_PX30 select SUPPORT_TPL select SPL select TPL - select TPL_TINY_FRAMEWORK if TPL select TPL_HAVE_INIT_STACK if TPL imply SPL_SEPARATE_BSS imply SPL_SERIAL