summaryrefslogtreecommitdiffstats
path: root/configs/socfpga_cyclone5_defconfig
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2016-05-30 17:09:48 +0200
committerMarek Vasut <marex@denx.de>2016-06-01 22:44:14 +0200
commit5bb4050df36f016de106c0ab129319795acabc06 (patch)
treebd9bd4759eca69118df696b7cb540b9ac4c350de /configs/socfpga_cyclone5_defconfig
parent1254667689a5a4accc149fef6ff69da760001b2b (diff)
downloadtalos-obmc-uboot-5bb4050df36f016de106c0ab129319795acabc06.tar.gz
talos-obmc-uboot-5bb4050df36f016de106c0ab129319795acabc06.zip
arm: socfpga: Enable tiny printf and simple malloc in SPL
Enable both features to reduce the SPL size by 6 kiB. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Chin Liang See <clsee@altera.com> Cc: Dinh Nguyen <dinguyen@opensource.altera.com> Cc: Pavel Machek <pavel@denx.de> Cc: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/socfpga_cyclone5_defconfig')
-rw-r--r--configs/socfpga_cyclone5_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/socfpga_cyclone5_defconfig b/configs/socfpga_cyclone5_defconfig
index b2933f778a..8e5c527ac2 100644
--- a/configs/socfpga_cyclone5_defconfig
+++ b/configs/socfpga_cyclone5_defconfig
@@ -1,6 +1,8 @@
CONFIG_ARM=y
CONFIG_ARCH_SOCFPGA=y
CONFIG_SYS_MALLOC_F_LEN=0x2000
+CONFIG_SPL_SYS_MALLOC_SIMPLE=y
+CONFIG_USE_TINY_PRINTF=y
CONFIG_SPL_DM=y
CONFIG_DM_GPIO=y
CONFIG_TARGET_SOCFPGA_CYCLONE5_SOCDK=y
OpenPOWER on IntegriCloud