projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da70b4d
)
sunxi: Select USE_TINY_PRINTF
author
Hans de Goede
<hdegoede@redhat.com>
Fri, 10 Jun 2016 10:19:40 +0000
(12:19 +0200)
committer
Hans 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
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index
8a9cfcc
..
f48be96
100644
(file)
--- 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"