diff options
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2018-07-20 17:10:28 +0200 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2018-07-21 01:55:26 +0200 |
commit | df253b8fca7c445767fa804d4de0168d860780ed (patch) | |
tree | b77b5236dc0d9515d0e1e594fd38aa8ad6337e09 /configs/smartweb_defconfig | |
parent | 706afa46c730e84119c767e27fd5808bb288a0d1 (diff) | |
download | u-boot-df253b8fca7c445767fa804d4de0168d860780ed.tar.gz |
smartweb: use SPL_TINY_MEMSET
The SPL code for smartweb is close to its limit and adding a few extra
instructions to SPL will cause it to overrun its sram allotement (thus
causing build failures). To allow adding the 'spl_perform_fixups'
extension point to SPL, we'll enable SPL_TINY_MEMSET for smartweb.
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Series-cc: trini
Diffstat (limited to 'configs/smartweb_defconfig')
-rw-r--r-- | configs/smartweb_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/smartweb_defconfig b/configs/smartweb_defconfig index 1f246e32ed..9ae30a1cac 100644 --- a/configs/smartweb_defconfig +++ b/configs/smartweb_defconfig @@ -54,4 +54,5 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_USB_HOST_ETHER=y CONFIG_USB_ETHER_ASIX=y CONFIG_USB_ETHER_MCS7830=y +CONFIG_SPL_TINY_MEMSET=y # CONFIG_EFI_LOADER is not set |