aboutsummaryrefslogtreecommitdiff
path: root/common/spl
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-05-23 07:14:08 -0400
committerTom Rini <trini@konsulko.com>2019-07-11 14:11:19 -0400
commit11bd2fa1977ec3011f0310706ee787fe2c770a65 (patch)
tree0f257714b5766de1939b51756f1a50a03efc90b6 /common/spl
parentc76c93a3d5a921152e27aa7adb3bbcf9ec4015e1 (diff)
downloadu-boot-11bd2fa1977ec3011f0310706ee787fe2c770a65.zip
u-boot-11bd2fa1977ec3011f0310706ee787fe2c770a65.tar.gz
u-boot-11bd2fa1977ec3011f0310706ee787fe2c770a65.tar.bz2
SPL: Default to disabling legacy image support when using FIT
When we have a FIT image being used by SPL by default that means the most common case is that we'll never run into a legacy image. Disable legacy image support by default in that case to reclaim space. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'common/spl')
-rw-r--r--common/spl/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 8021661..a48617d 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -158,7 +158,7 @@ config SPL_RAW_IMAGE_SUPPORT
config SPL_LEGACY_IMAGE_SUPPORT
bool "Support SPL loading and booting of Legacy images"
- default y if !TI_SECURE_DEVICE
+ default y if !TI_SECURE_DEVICE && !SPL_LOAD_FIT
help
SPL will support loading and booting Legacy images when this option
is y. If this is not set, SPL will move on to other available