mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 03:15:00 +00:00
Kconfig: Fix SPL_LOAD_FIT description
Both the SPL_LOAD_FIT and SPL_LOAD_FIT_FULL have the same description. Adjust the description to make it clear which one is which. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
cd2d727fff
commit
2a221fb64e
1 changed files with 2 additions and 2 deletions
4
Kconfig
4
Kconfig
|
@ -389,7 +389,7 @@ config SPL_FIT_SIGNATURE
|
||||||
select SPL_RSA
|
select SPL_RSA
|
||||||
|
|
||||||
config SPL_LOAD_FIT
|
config SPL_LOAD_FIT
|
||||||
bool "Enable SPL loading U-Boot as a FIT"
|
bool "Enable SPL loading U-Boot as a FIT (basic fitImage features)"
|
||||||
select SPL_FIT
|
select SPL_FIT
|
||||||
help
|
help
|
||||||
Normally with the SPL framework a legacy image is generated as part
|
Normally with the SPL framework a legacy image is generated as part
|
||||||
|
@ -400,7 +400,7 @@ config SPL_LOAD_FIT
|
||||||
and passing the correct one to U-Boot.
|
and passing the correct one to U-Boot.
|
||||||
|
|
||||||
config SPL_LOAD_FIT_FULL
|
config SPL_LOAD_FIT_FULL
|
||||||
bool "Enable SPL loading U-Boot as a FIT"
|
bool "Enable SPL loading U-Boot as a FIT (full fitImage features)"
|
||||||
select SPL_FIT
|
select SPL_FIT
|
||||||
help
|
help
|
||||||
Normally with the SPL framework a legacy image is generated as part
|
Normally with the SPL framework a legacy image is generated as part
|
||||||
|
|
Loading…
Add table
Reference in a new issue