summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2014-11-19 15:01:22 +0100
committerStefan Agner <stefan.agner@toradex.com>2014-11-19 15:01:22 +0100
commita1a8911b3ee3bd4079e6dab967c17857108445f2 (patch)
tree4d97e6417a4b3020bc8769a657cc3052cd9541f1
parentbc0ae16c20cb6bacb44f5c5b541840366a267f75 (diff)
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.
-rw-r--r--include/configs/colibri_vf.h5
1 files changed, 4 insertions, 1 deletions
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