[U-Boot] [PATCH] arm: spear: x600: Enable tiny-printf
Stefan Roese
sr at denx.de
Tue Nov 24 09:25:08 CET 2015
Enabling the new tiny-printf function makes the SPL image fit again in
the 8KiB restricted area.
Signed-off-by: Stefan Roese <sr at denx.de>
Cc: Tom Rini <trini at konsulko.com>
---
configs/x600_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/x600_defconfig b/configs/x600_defconfig
index a1b2e33..71dc7dc 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
--
2.6.3
More information about the U-Boot
mailing list