[U-Boot] [PATCH] vf610twr: Enable thumb2 for builds

Tom Rini trini at konsulko.com
Fri Oct 26 16:43:26 UTC 2018


To help with size constraints, enable thumb2 when building.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 configs/vf610twr_defconfig      | 2 ++
 configs/vf610twr_nand_defconfig | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/configs/vf610twr_defconfig b/configs/vf610twr_defconfig
index 3f38c8813bb6..a928cd4fbc99 100644
--- a/configs/vf610twr_defconfig
+++ b/configs/vf610twr_defconfig
@@ -1,4 +1,6 @@
 CONFIG_ARM=y
+CONFIG_SYS_THUMB_BUILD=y
+# CONFIG_SPL_SYS_THUMB_BUILD is not set
 CONFIG_ARCH_VF610=y
 CONFIG_SYS_TEXT_BASE=0x3f401000
 CONFIG_NR_DRAM_BANKS=1
diff --git a/configs/vf610twr_nand_defconfig b/configs/vf610twr_nand_defconfig
index d6e318f58c56..560776fe56d5 100644
--- a/configs/vf610twr_nand_defconfig
+++ b/configs/vf610twr_nand_defconfig
@@ -1,4 +1,6 @@
 CONFIG_ARM=y
+CONFIG_SYS_THUMB_BUILD=y
+# CONFIG_SPL_SYS_THUMB_BUILD is not set
 CONFIG_ARCH_VF610=y
 CONFIG_SYS_TEXT_BASE=0x3f401000
 CONFIG_NR_DRAM_BANKS=1
-- 
2.7.4



More information about the U-Boot mailing list