[U-Boot] [PATCH 2/2] sunxi: Select USE_TINY_PRINTF
Hans de Goede
hdegoede at redhat.com
Fri Jun 10 21:04:53 CEST 2016
This gives us a bit more breathing room wrt our SPL size.
Signed-off-by: Hans de Goede <hdegoede at redhat.com>
---
arch/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e75c4c0..4aeb4d2 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -611,6 +611,7 @@ config ARCH_SUNXI
select USB
select USB_STORAGE
select USB_KEYBOARD
+ select USE_TINY_PRINTF
config TARGET_TS4800
bool "Support TS4800"
--
2.7.4
More information about the U-Boot
mailing list