diff options
| author | Hans de Goede <[email protected]> | 2016-06-10 12:19:40 +0200 |
|---|---|---|
| committer | Hans de Goede <[email protected]> | 2016-06-20 22:43:59 +0200 |
| commit | 8c7d22965dc7bf3abcd3bdcc28164c378525f445 (patch) | |
| tree | 50b847f60e953c619a1515a9ff7d3759c0817462 | |
| 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 <[email protected]>
Acked-by: Ian Campbell <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -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 8a9cfcca7ef..f48be96928e 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" |
