From 01ce961b15778e6f4ed5299a76e64171ff1f6378 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Tue, 24 Nov 2015 09:25:08 +0100 Subject: arm: spear: x600: Enable tiny-printf Enabling the new tiny-printf function makes the SPL image fit again in the 8KiB restricted area. Signed-off-by: Stefan Roese Cc: Tom Rini --- configs/x600_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') diff --git a/configs/x600_defconfig b/configs/x600_defconfig index a1b2e337d3..71dc7dce1d 100644 --- a/configs/x600_defconfig +++ b/configs/x600_defconfig @@ -9,3 +9,4 @@ CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set CONFIG_NETDEVICES=y CONFIG_ETH_DESIGNWARE=y +CONFIG_USE_TINY_PRINTF=y -- cgit v1.2.3