]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
boot: remove duplicate config entry for VPL_FIT
authorQuentin Schulz <quentin.schulz@cherry.de>
Fri, 31 Oct 2025 17:08:21 +0000 (18:08 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 11 Nov 2025 20:53:25 +0000 (14:53 -0600)
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>
boot/Kconfig

index c5159b3b73bf453268d1a2de13e06e19db24abd5..967b17b5d6cab77058a879a58fc9104541ac40fa 100644 (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