projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60d8731
)
sys_thumb_build
author
Vagrant Cascadian
<vagrant@debian.org>
Thu, 10 May 2018 20:24:57 +0000
(21:24 +0100)
committer
Vagrant Cascadian
<vagrant@debian.org>
Thu, 10 May 2018 20:24:57 +0000
(21:24 +0100)
Enable thumb build to reduce build size of u-boot.kwb (Closes: #897671).
Without this, u-boot.kwb overlaps where the u-boot environment is
stored, and updating the environment can break u-boot and vice versa.
Gbp-Pq: Topic sheevaplug
Gbp-Pq: Name sys_thumb_build
configs/sheevaplug_defconfig
patch
|
blob
|
history
diff --git
a/configs/sheevaplug_defconfig
b/configs/sheevaplug_defconfig
index d921666ae84681baeb754c46e1651c394ff3bd3b..c8eaedc12a05298aaa3b2a081d49dee7a4388f93 100644
(file)
--- a/
configs/sheevaplug_defconfig
+++ b/
configs/sheevaplug_defconfig
@@
-33,3
+33,4
@@
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_STORAGE=y
CONFIG_LZMA=y
CONFIG_OF_LIBFDT=y
+CONFIG_SYS_THUMB_BUILD=y