diff mbox

[U-Boot] arm: spear: x600: Enable tiny-printf

Message ID 1448353508-6793-1-git-send-email-sr@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Stefan Roese Nov. 24, 2015, 8:25 a.m. UTC
Enabling the new tiny-printf function makes the SPL image fit again in
the 8KiB restricted area.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Tom Rini <trini@konsulko.com>
---
 configs/x600_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Nov. 25, 2015, 8 p.m. UTC | #1
On Tue, Nov 24, 2015 at 09:25:08AM +0100, Stefan Roese wrote:

> Enabling the new tiny-printf function makes the SPL image fit again in
> the 8KiB restricted area.
> 
> Signed-off-by: Stefan Roese <sr@denx.de>
> Cc: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

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