sys_thumb_build
authorVagrant Cascadian <vagrant@debian.org>
Thu, 10 May 2018 20:24:57 +0000 (21:24 +0100)
committerVagrant 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

index d921666ae84681baeb754c46e1651c394ff3bd3b..c8eaedc12a05298aaa3b2a081d49dee7a4388f93 100644 (file)
@@ -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