summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2015-12-04 23:27:41 +0100
committerSimon Glass <sjg@chromium.org>2015-12-13 17:07:31 -0700
commitf4a8a1757b5c53a6f86b2724aea51436d4e4f9cc (patch)
treec679f78039fc7e65967b9eed0ab50db5527b2bc4 /configs
parentfc011f6402d3d63fe826260fcc5940d7b7fb138e (diff)
downloadtalos-obmc-uboot-f4a8a1757b5c53a6f86b2724aea51436d4e4f9cc.tar.gz
talos-obmc-uboot-f4a8a1757b5c53a6f86b2724aea51436d4e4f9cc.zip
rockchip: firefly: Use tiny-printf
Switch to using tiny-printf for the firefly SPL, this reduces the SPL by around 1800 bytes bringing it back under the 32k limit for both gcc 4.9 and gcc 5. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Diffstat (limited to 'configs')
-rw-r--r--configs/firefly-rk3288_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/firefly-rk3288_defconfig b/configs/firefly-rk3288_defconfig
index b645af5615..be4ca8802e 100644
--- a/configs/firefly-rk3288_defconfig
+++ b/configs/firefly-rk3288_defconfig
@@ -42,5 +42,6 @@ CONFIG_DEBUG_UART_CLOCK=24000000
CONFIG_DEBUG_UART_SHIFT=2
CONFIG_SYS_NS16550=y
CONFIG_USE_PRIVATE_LIBGCC=y
+CONFIG_USE_TINY_PRINTF=y
CONFIG_CMD_DHRYSTONE=y
CONFIG_ERRNO_STR=y
OpenPOWER on IntegriCloud