diff options
| author | Quentin Schulz <[email protected]> | 2025-12-12 19:13:16 +0100 |
|---|---|---|
| committer | Peng Fan <[email protected]> | 2025-12-24 12:06:43 +0800 |
| commit | 6d77c5a1445e00b8674dac59a07ac00fb94da7bc (patch) | |
| tree | 205bfd58cd93a43b3f8157230e5d835f19757498 /boot | |
| parent | b6b463a3377fbea91c0a5b95c8d3fae9e2e7c8bf (diff) | |
boot: fix prompt for VPL_LOAD_FIT_FULL
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 <[email protected]>
Acked-by: Udit Kumar <[email protected]>
Reviewed-by: Anshul Dalal <[email protected]>
Reviewed-by: Kory Maincent <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index 7e97874e77a..c1cbef3b29d 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -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 |
