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

To help with size constraints, enable thumb2 when building.
Signed-off-by: Tom Rini trini@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

On Fri, Oct 26, 2018 at 12:43:26PM -0400, Tom Rini wrote:
To help with size constraints, enable thumb2 when building.
Signed-off-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!

On 26/10/18 18:43, Tom Rini wrote:
To help with size constraints, enable thumb2 when building.
Signed-off-by: Tom Rini trini@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
Acked-by: Stefano Babic sbabic@denx.de
Regards, Stefano
participants (2)
-
Stefano Babic
-
Tom Rini