]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm, at91: enable thumb mode for taurus board in SPL
authorHeiko Schocher <hs@denx.de>
Tue, 18 Nov 2014 08:41:57 +0000 (09:41 +0100)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Mon, 19 Jan 2015 11:49:27 +0000 (12:49 +0100)
Signed-off-by: Heiko Schocher <hs@denx.de>
include/configs/taurus.h

index 20194aebb504d215b6aad4d336eb83c9a7406eae..06725cddc944ddf5e656b65a6b4d4a05824c82d0 100644 (file)
 
 #define CONFIG_SYS_GENERIC_BOARD
 
+#if defined(CONFIG_SPL_BUILD)
+#define CONFIG_SYS_THUMB_BUILD
+#define CONFIG_SYS_ICACHE_OFF
+#define CONFIG_SYS_DCACHE_OFF
+#endif
 /*
  * Warning: changing CONFIG_SYS_TEXT_BASE requires
  * adapting the initial boot program.