[PATCH 1/1] arm: rockchip: don't use non-existent CONFIG_TPL_TINY_FRAMEWORK
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Wed Feb 25 08:28:17 CET 2026
Symbol CONFIG_TPL_TINY_FRAMEWORK does not exist.
Don't select it.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
arch/arm/mach-rockchip/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig
index 92bb4aa62f1..d00820b34bb 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
--
2.51.0
More information about the U-Boot
mailing list