From a1a8911b3ee3bd4079e6dab967c17857108445f2 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 19 Nov 2014 15:01:22 +0100 Subject: colibri_vf: switch to Thumb2 builds Switch to Thumb to builds which are considerable smaller: 415512 19. Nov 14:52 ../u-boot-toradex/u-boot.imx vs. 313112 19. Nov 14:55 ../u-boot-toradex/u-boot.imx Especially download time through serial loader is linearly to size, hence download time is faster by 25% too. --- include/configs/colibri_vf.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h index 76564acc4e..922ba70c85 100644 --- a/include/configs/colibri_vf.h +++ b/include/configs/colibri_vf.h @@ -17,6 +17,10 @@ #define CONFIG_VF610 +#define CONFIG_SYS_THUMB_BUILD +#define CONFIG_USE_ARCH_MEMCPY +#define CONFIG_USE_ARCH_MEMSET + #define CONFIG_SYS_GENERIC_BOARD #define CONFIG_ARCH_MISC_INIT #define CONFIG_DISPLAY_CPUINFO @@ -53,7 +57,6 @@ #define CONFIG_CMD_NAND #define CONFIG_NAND_VF610_NFC #define CONFIG_SYS_NAND_SELF_INIT -#define CONFIG_USE_ARCH_MEMCPY #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_SYS_NAND_BASE NFC_BASE_ADDR -- cgit v1.2.3