diff options
author | Heiko Schocher <hs@denx.de> | 2014-11-18 09:41:57 +0100 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-01-19 12:49:27 +0100 |
commit | 389aee89308daf67c540e80aafd1d2f1a694f0e8 (patch) | |
tree | 697b78d2b652016c2d39b8e5a2d2268403c60376 /include/configs/taurus.h | |
parent | 99197a9e316cbedd315135fcfd7673221a746df7 (diff) | |
download | u-boot-imx-389aee89308daf67c540e80aafd1d2f1a694f0e8.zip u-boot-imx-389aee89308daf67c540e80aafd1d2f1a694f0e8.tar.gz u-boot-imx-389aee89308daf67c540e80aafd1d2f1a694f0e8.tar.bz2 |
arm, at91: enable thumb mode for taurus board in SPL
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/taurus.h')
-rw-r--r-- | include/configs/taurus.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/taurus.h b/include/configs/taurus.h index 20194ae..06725cd 100644 --- 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. |