diff options
author | Marek Vasut <marex@denx.de> | 2019-05-25 22:53:42 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-28 18:55:09 -0400 |
commit | 2a221fb64e5759ca8ad45637ed323206ddf0501f (patch) | |
tree | 611e0d7331377a71dcc8b809a2bfdcb1270e622c /Kconfig | |
parent | cd2d727fff7ea4c69db49d7ee63bd791f91acd26 (diff) | |
download | u-boot-2a221fb64e5759ca8ad45637ed323206ddf0501f.tar.gz |
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>
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -389,7 +389,7 @@ config SPL_FIT_SIGNATURE select SPL_RSA 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 help 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. 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 help Normally with the SPL framework a legacy image is generated as part |