diff mbox series

[2/3] ARM: imx: mx5: Enable Thumb2 build on MX53 Menlo board

Message ID 20210911224000.98908-2-marex@denx.de
State Accepted
Commit 521418daee7a1a78503d763c756df424b8fde821
Delegated to: Stefano Babic
Headers show
Series [1/3] ARM: imx: mx5: Enable BMODE command on MX53 Menlo board | expand

Commit Message

Marek Vasut Sept. 11, 2021, 10:39 p.m. UTC
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 | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic Oct. 20, 2021, 12:20 p.m. UTC | #1
> 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>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/m53menlo_defconfig b/configs/m53menlo_defconfig
index 97605b2711b..0656cd86816 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