diff options
| author | Tom Rini <trini@konsulko.com> | 2019-05-29 07:27:52 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2019-05-29 07:27:52 -0400 |
| commit | 93294caaeb67c5b087ea080cb644eefea52da560 (patch) | |
| tree | 611e0d7331377a71dcc8b809a2bfdcb1270e622c /Kconfig | |
| parent | 7c7919cd07b34a784ab321ab7578106c9e9bd753 (diff) | |
| parent | 2a221fb64e5759ca8ad45637ed323206ddf0501f (diff) | |
| download | u-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-- | 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 |
