]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
boot: fix prompt for VPL_LOAD_FIT_FULL
authorQuentin Schulz <quentin.schulz@cherry.de>
Fri, 12 Dec 2025 18:13:16 +0000 (19:13 +0100)
committerPeng Fan <peng.fan@nxp.com>
Wed, 24 Dec 2025 04:06:43 +0000 (12:06 +0800)
The prompt wrongly specifies this applies to SPL while this symbol is
for VPL, let's fix this oversight.

Fixes: 8dfbd798122b ("boot: Allow use of FIT in TPL and VPL")
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Acked-by: Udit Kumar <u-kumar1@ti.com>
Reviewed-by: Anshul Dalal <anshuld@ti.com>
Reviewed-by: Kory Maincent <kory.maincent@bootlin.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
boot/Kconfig

index 7e97874e77aefc01067758ca7a71ca745816c0bd..c1cbef3b29d8089a1b484d79cfec286b51e220c5 100644 (file)
@@ -344,7 +344,7 @@ config VPL_LOAD_FIT
        default y
 
 config VPL_LOAD_FIT_FULL
-       bool "Enable SPL loading U-Boot as a FIT (full fitImage features)"
+       bool "Enable VPL loading U-Boot as a FIT (full fitImage features)"
        select VPL_FIT
        help
          Normally with the SPL framework a legacy image is generated as part