diff options
| author | Heinrich Schuchardt <[email protected]> | 2026-02-25 08:28:17 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-10 10:07:03 -0600 |
| commit | cff18cef190684736ff11feff0da6dbd7324ed9d (patch) | |
| tree | a001732ffaa8b48587c1d1cc6c7d81c920849002 | |
| parent | 9d3d4d61925234c8e98fd38e2592696ec360093c (diff) | |
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 <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
| -rw-r--r-- | arch/arm/mach-rockchip/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
