summaryrefslogtreecommitdiff
path: root/configs/wb45n_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/wb45n_defconfig
parent1d6edcbfed2af33c748f2beb399810a0441888da (diff)
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/wb45n_defconfig')
-rw-r--r--configs/wb45n_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/wb45n_defconfig b/configs/wb45n_defconfig
index 33591d73e0..9d881e5d41 100644
--- a/configs/wb45n_defconfig
+++ b/configs/wb45n_defconfig
@@ -1,4 +1,5 @@
CONFIG_ARM=y
+CONFIG_SYS_THUMB_BUILD=y
CONFIG_ARCH_AT91=y
CONFIG_SYS_TEXT_BASE=0x23f00000
CONFIG_TARGET_WB45N=y