diff options
author | Marek Vasut <marex@denx.de> | 2021-09-12 00:39:59 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2021-10-19 12:36:51 +0200 |
commit | 521418daee7a1a78503d763c756df424b8fde821 (patch) | |
tree | 5aa9f8616233bc080708415c4520cedc0d8b7087 /configs/m53menlo_defconfig | |
parent | 92f671899595e08a9698f1bc80aa20a6a16a7f6a (diff) | |
download | u-boot-521418daee7a1a78503d763c756df424b8fde821.tar.gz |
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_defconfig | 1 |
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 |