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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user