From: Hans de Goede Date: Fri, 10 Jun 2016 10:19:40 +0000 (+0200) Subject: sunxi: Select USE_TINY_PRINTF X-Git-Tag: v2016.07-rc3~77 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8c7d22965dc7bf3abcd3bdcc28164c378525f445;p=u-boot 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 8a9cfcca7e..f48be96928 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"