[PATCH v2 2/5] boot: remove duplicate config entry for VPL_FIT
Quentin Schulz
foss+uboot at 0leil.net
Fri Oct 31 18:08:21 CET 2025
From: Quentin Schulz <quentin.schulz at cherry.de>
It's defined a bit later in the same file, so let's remove the
duplicated entry.
Signed-off-by: Quentin Schulz <quentin.schulz at cherry.de>
---
boot/Kconfig | 6 ------
1 file changed, 6 deletions(-)
diff --git a/boot/Kconfig b/boot/Kconfig
index c5159b3b73b..967b17b5d6c 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -174,12 +174,6 @@ config SPL_FIT
select SPL_HASH
select SPL_OF_LIBFDT
-config VPL_FIT
- bool "Support Flattened Image Tree within VPL"
- depends on VPL
- select VPL_HASH
- select VPL_OF_LIBFDT
-
config TPL_FIT
bool "Support Flattened Image Tree within TPL"
depends on TPL
--
2.51.0
More information about the U-Boot
mailing list