From 179d92e60ec1698ed1a57f8f017e9ff97d942ce4 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 10 May 2018 21:24:57 +0100 Subject: [PATCH] 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 --- configs/sheevaplug_defconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2