mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
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:
parent
63686bf6e0
commit
013033a2f9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user