ARM: imx: mx5: Enable Thumb2 build on MX53 Menlo board
authorMarek Vasut <marex@denx.de>
Sat, 11 Sep 2021 22:39:59 +0000 (00:39 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 19 Oct 2021 10:36:51 +0000 (12:36 +0200)
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>
configs/m53menlo_defconfig

index 5903ddd..2c065c6 100644 (file)
@@ -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