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 <quentin.schulz@cherry.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Quentin Schulz
2025-10-31 18:08:21 +01:00
committed by Tom Rini
parent 63686bf6e0
commit 013033a2f9

View File

@@ -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