mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
da70b4d141
commit
8c7d22965d
1 changed files with 1 additions and 0 deletions
|
@ -637,6 +637,7 @@ config ARCH_SUNXI
|
||||||
select USB
|
select USB
|
||||||
select USB_STORAGE
|
select USB_STORAGE
|
||||||
select USB_KEYBOARD
|
select USB_KEYBOARD
|
||||||
|
select USE_TINY_PRINTF
|
||||||
|
|
||||||
config TARGET_TS4800
|
config TARGET_TS4800
|
||||||
bool "Support TS4800"
|
bool "Support TS4800"
|
||||||
|
|
Loading…
Reference in a new issue