From: Vagrant Cascadian Date: Sun, 3 Jun 2018 19:38:37 +0000 (-0700) Subject: Enable thumb build to reduce build size of u-boot.kwb. X-Git-Tag: v2018.07-rc2~99^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3789b3dd15e4d522aeda56083e8e5a2ad0e95581;p=u-boot Enable thumb build to reduce build size of u-boot.kwb. Without this, u-boot.kwb overlaps where the u-boot environment is stored, and updating the environment can break u-boot and vice versa. https://bugs.debian.org/897671 https://lists.denx.de/pipermail/u-boot/2018-May/327497.html Signed-off-by: Vagrant Cascadian Signed-off-by: Stefan Roese --- diff --git a/configs/sheevaplug_defconfig b/configs/sheevaplug_defconfig index 608e05e64e..d77d198f18 100644 --- a/configs/sheevaplug_defconfig +++ b/configs/sheevaplug_defconfig @@ -36,3 +36,4 @@ CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y CONFIG_LZMA=y +CONFIG_SYS_THUMB_BUILD=y