summaryrefslogtreecommitdiff
path: root/common/spl
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-11-27 20:07:47 -0500
committerTom Rini <trini@konsulko.com>2017-11-27 23:05:11 -0500
commit7fef459096f12bfa7eb8391c06d763d130b88512 (patch)
treeb4ea721f4cf9f327937350d89fd8cd937a83890b /common/spl
parent6e6cf015e7cdd7ca83a933320a81201972bd5e5e (diff)
spl: TI: Do not default to SPL_FIT_IMAGE_TINY being enabled
This option prevents booting on am335x_evm at least along with most likely other platforms. Fixes: 337bbb629777 ("spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-size") Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'common/spl')
-rw-r--r--common/spl/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index b1ee15c96d..aef0034b33 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -232,7 +232,6 @@ config SPL_FIT_IMAGE_TINY
bool "Remove functionality from SPL FIT loading to reduce size"
depends on SPL_FIT
default y if MACH_SUN50I || MACH_SUN50I_H5
- default y if ARCH_OMAP2PLUS
help
Enable this to reduce the size of the FIT image loading code
in SPL, if space for the SPL binary is very tight.