summaryrefslogtreecommitdiff
path: root/configs/m53menlo_defconfig
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2021-09-12 01:39:59 +0300
committerStefano Babic <sbabic@denx.de>2021-10-19 13:36:51 +0300
commit521418daee7a1a78503d763c756df424b8fde821 (patch)
tree5aa9f8616233bc080708415c4520cedc0d8b7087 /configs/m53menlo_defconfig
parent92f671899595e08a9698f1bc80aa20a6a16a7f6a (diff)
downloadu-boot-521418daee7a1a78503d763c756df424b8fde821.tar.xz
ARM: imx: mx5: Enable Thumb2 build on MX53 Menlo board
Build U-Boot in Thumb2 mode for M53Menlo board, this makes better use of the CPU since the instruction density is higher. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'configs/m53menlo_defconfig')
-rw-r--r--configs/m53menlo_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/m53menlo_defconfig b/configs/m53menlo_defconfig
index 5903ddd13e..2c065c67ff 100644
--- a/configs/m53menlo_defconfig
+++ b/configs/m53menlo_defconfig
@@ -1,4 +1,5 @@
CONFIG_ARM=y
+CONFIG_SYS_THUMB_BUILD=y
CONFIG_ARCH_MX5=y
CONFIG_SYS_TEXT_BASE=0x71000000
CONFIG_SPL_GPIO=y