Commit f4a8a1757b5c53a6f86b2724aea51436d4e4f9cc

Authored by Sjoerd Simons
Committed by Simon Glass
1 parent fc011f6402

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

configs/firefly-rk3288_defconfig
... ... @@ -42,6 +42,7 @@
42 42 CONFIG_DEBUG_UART_SHIFT=2
43 43 CONFIG_SYS_NS16550=y
44 44 CONFIG_USE_PRIVATE_LIBGCC=y
  45 +CONFIG_USE_TINY_PRINTF=y
45 46 CONFIG_CMD_DHRYSTONE=y
46 47 CONFIG_ERRNO_STR=y