diff options
author | Tom Rini <trini@konsulko.com> | 2017-11-27 20:07:47 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-11-27 23:05:11 -0500 |
commit | 7fef459096f12bfa7eb8391c06d763d130b88512 (patch) | |
tree | b4ea721f4cf9f327937350d89fd8cd937a83890b /configs/am335x_hs_evm_defconfig | |
parent | 6e6cf015e7cdd7ca83a933320a81201972bd5e5e (diff) | |
download | u-boot-7fef459096f12bfa7eb8391c06d763d130b88512.tar.gz |
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 'configs/am335x_hs_evm_defconfig')
-rw-r--r-- | configs/am335x_hs_evm_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am335x_hs_evm_defconfig b/configs/am335x_hs_evm_defconfig index 9bc9dc3394..48b0e85839 100644 --- a/configs/am335x_hs_evm_defconfig +++ b/configs/am335x_hs_evm_defconfig @@ -1,4 +1,6 @@ CONFIG_ARM=y +# CONFIG_SPL_USE_ARCH_MEMCPY is not set +# CONFIG_SPL_USE_ARCH_MEMSET is not set CONFIG_ARCH_OMAP2PLUS=y CONFIG_TI_COMMON_CMD_OPTIONS=y CONFIG_AM33XX=y |