From 8c7d22965dc7bf3abcd3bdcc28164c378525f445 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Fri, 10 Jun 2016 12:19:40 +0200 Subject: sunxi: Select USE_TINY_PRINTF This gives us a bit more breathing room wrt our SPL size. Signed-off-by: Hans de Goede Acked-by: Ian Campbell Reviewed-by: Simon Glass diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 8a9cfcc..f48be96 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -637,6 +637,7 @@ config ARCH_SUNXI select USB select USB_STORAGE select USB_KEYBOARD + select USE_TINY_PRINTF config TARGET_TS4800 bool "Support TS4800" -- cgit v0.10.2