summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorQuentin Schulz <[email protected]>2025-10-31 18:08:21 +0100
committerTom Rini <[email protected]>2025-11-11 14:53:25 -0600
commit013033a2f9bd2bc634688bbaa0fbd91eb729d108 (patch)
tree52cce10b1f283e4b50aee8e21e681b7e497b72e2 /boot
parent63686bf6e02b57a259e6e08d6439a7d1e154f5cc (diff)
boot: remove duplicate config entry for VPL_FIT
It's defined a bit later in the same file, so let's remove the duplicated entry. Signed-off-by: Quentin Schulz <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'boot')
-rw-r--r--boot/Kconfig6
1 files changed, 0 insertions, 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