summaryrefslogtreecommitdiff
path: root/configs/sheevaplug_defconfig
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2018-06-03 12:38:37 -0700
committerStefan Roese <sr@denx.de>2018-06-05 07:29:09 +0200
commit3789b3dd15e4d522aeda56083e8e5a2ad0e95581 (patch)
treeb00b8dc6fa7de4c4883b8c7f5b2da2a2361d8900 /configs/sheevaplug_defconfig
parent54e3316ffa46bd81e55216cd5aa5f087e9de9f8f (diff)
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 <vagrant@debian.org> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/sheevaplug_defconfig')
-rw-r--r--configs/sheevaplug_defconfig1
1 files changed, 1 insertions, 0 deletions
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