projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99197a9
)
arm, at91: enable thumb mode for taurus board in SPL
author
Heiko Schocher
<hs@denx.de>
Tue, 18 Nov 2014 08:41:57 +0000
(09:41 +0100)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/include/configs/taurus.h
b/include/configs/taurus.h
index 20194aebb504d215b6aad4d336eb83c9a7406eae..06725cddc944ddf5e656b65a6b4d4a05824c82d0 100644
(file)
--- a/
include/configs/taurus.h
+++ b/
include/configs/taurus.h
@@
-26,6
+26,11
@@
#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.