Skip to content
Snippets Groups Projects
Commit f4a8a175 authored by Sjoerd Simons's avatar Sjoerd Simons Committed by Simon Glass
Browse files

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: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
parent fc011f64
No related branches found
No related tags found
No related merge requests found
...@@ -42,5 +42,6 @@ CONFIG_DEBUG_UART_CLOCK=24000000 ...@@ -42,5 +42,6 @@ CONFIG_DEBUG_UART_CLOCK=24000000
CONFIG_DEBUG_UART_SHIFT=2 CONFIG_DEBUG_UART_SHIFT=2
CONFIG_SYS_NS16550=y CONFIG_SYS_NS16550=y
CONFIG_USE_PRIVATE_LIBGCC=y CONFIG_USE_PRIVATE_LIBGCC=y
CONFIG_USE_TINY_PRINTF=y
CONFIG_CMD_DHRYSTONE=y CONFIG_CMD_DHRYSTONE=y
CONFIG_ERRNO_STR=y CONFIG_ERRNO_STR=y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment