diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-06-10 12:19:40 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-06-20 22:43:59 +0200 |
commit | 8c7d22965dc7bf3abcd3bdcc28164c378525f445 (patch) | |
tree | 50b847f60e953c619a1515a9ff7d3759c0817462 /arch | |
parent | da70b4d14116d2b3d63840cd2ea01d0badf39e41 (diff) |
sunxi: Select USE_TINY_PRINTF
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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" |