]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
sunxi: Select USE_TINY_PRINTF
authorHans de Goede <hdegoede@redhat.com>
Fri, 10 Jun 2016 10:19:40 +0000 (12:19 +0200)
committerHans de Goede <hdegoede@redhat.com>
Mon, 20 Jun 2016 20:43:59 +0000 (22:43 +0200)
This gives us a bit more breathing room wrt our SPL size.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/Kconfig

index 8a9cfcca7ef0ce603ebb6cdc95ebd38ced2c454a..f48be96928ea2df5daaf37ed2a641a3b10e4f762 100644 (file)
@@ -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"