summaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-05-29 07:27:52 -0400
committerTom Rini <trini@konsulko.com>2019-05-29 07:27:52 -0400
commit93294caaeb67c5b087ea080cb644eefea52da560 (patch)
tree611e0d7331377a71dcc8b809a2bfdcb1270e622c /Kconfig
parent7c7919cd07b34a784ab321ab7578106c9e9bd753 (diff)
parent2a221fb64e5759ca8ad45637ed323206ddf0501f (diff)
downloadu-boot-93294caaeb67c5b087ea080cb644eefea52da560.tar.gz
u-boot-93294caaeb67c5b087ea080cb644eefea52da560.tar.xz
u-boot-93294caaeb67c5b087ea080cb644eefea52da560.zip
Merge branch '2019-05-28-master-imports'
- Remove various dead code from DaVinci - FAT fixes
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kconfig b/Kconfig
index 301ebf8de3..a02168690f 100644
--- a/Kconfig
+++ b/Kconfig
@@ -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