summaryrefslogtreecommitdiffstats
path: root/configs/corvus_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-11-16 13:32:59 -0500
committerTom Rini <trini@konsulko.com>2018-11-16 13:34:33 -0500
commitf1cd696160f311e39f9c151531aeb3700556ad3d (patch)
treee034e825a9d0dc7cd8fcadfa7c44cea2f88d6948 /configs/corvus_defconfig
parent1d6edcbfed2af33c748f2beb399810a0441888da (diff)
downloadu-boot-f1cd696160f311e39f9c151531aeb3700556ad3d.tar.gz
u-boot-f1cd696160f311e39f9c151531aeb3700556ad3d.tar.xz
u-boot-f1cd696160f311e39f9c151531aeb3700556ad3d.zip
configs: Enable THUMB2 on various ARM boards
The clearfog, corvus, wb45n and picosam9g45 configs are close to exceeding their size limits, so enable THUMB2 builds on them to reclaim space. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/corvus_defconfig')
-rw-r--r--configs/corvus_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/corvus_defconfig b/configs/corvus_defconfig
index b1e7c35fa9..a1af2f1342 100644
--- a/configs/corvus_defconfig
+++ b/configs/corvus_defconfig
@@ -1,4 +1,5 @@
CONFIG_ARM=y
+CONFIG_SYS_THUMB_BUILD=y
# CONFIG_SPL_USE_ARCH_MEMCPY is not set
# CONFIG_SPL_USE_ARCH_MEMSET is not set
CONFIG_ARCH_AT91=y