From: Vagrant Cascadian Date: Thu, 10 May 2018 20:24:57 +0000 (+0100) Subject: sys_thumb_build X-Git-Tag: archive/raspbian/2020.07+dfsg-2+rpi1^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=179d92e60ec1698ed1a57f8f017e9ff97d942ce4;p=u-boot.git sys_thumb_build 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 --- diff --git a/configs/sheevaplug_defconfig b/configs/sheevaplug_defconfig index d921666ae..c8eaedc12 100644 --- 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