]> git.sur5r.net Git - u-boot/commitdiff
Enable thumb build to reduce build size of u-boot.kwb.
authorVagrant Cascadian <vagrant@debian.org>
Sun, 3 Jun 2018 19:38:37 +0000 (12:38 -0700)
committerStefan Roese <sr@denx.de>
Tue, 5 Jun 2018 05:29:09 +0000 (07:29 +0200)
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>
configs/sheevaplug_defconfig

index 608e05e64e97a7ddbbcea02fa9072cc76c5774c6..d77d198f1867645c2487a1775ed6281492931d5c 100644 (file)
@@ -36,3 +36,4 @@ CONFIG_USB=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_STORAGE=y
 CONFIG_LZMA=y
+CONFIG_SYS_THUMB_BUILD=y