diff options
author | Christian Riesch <christian.riesch@omicron.at> | 2011-12-15 00:33:21 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-01-16 08:40:10 +0100 |
commit | 9452582601466224dd16a247a70626e5f06be558 (patch) | |
tree | 9e6719def2bcc26473ced7d2f3a1b7275c30f506 /include/configs/da850evm.h | |
parent | 441ea7c67b4ad5aa9702d8640fadcd950cefd2e5 (diff) | |
download | u-boot-9452582601466224dd16a247a70626e5f06be558.tar.gz |
da850evm: Remove CONFIG_SYS_xxCACHE_OFF defines
This patch removes the defines CONFIG_SYS_ICACHE_OFF,
CONFIG_SYS_DCACHE_OFF, and CONFIG_SYS_L2CACHE_OFF from the board
configuration. These defines are useless since cache is
anyway disabled for the entire architecture since commit
cba4b1809f043bf85c806e5a4e342f62bd5ded45.
Signed-off-by: Christian Riesch <christian.riesch@omicron.at>
Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/da850evm.h')
-rw-r--r-- | include/configs/da850evm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h index b30696af9f..fcbbace1ca 100644 --- a/include/configs/da850evm.h +++ b/include/configs/da850evm.h @@ -44,9 +44,6 @@ #define CONFIG_SYS_HZ 1000 #define CONFIG_SKIP_LOWLEVEL_INIT #define CONFIG_SYS_TEXT_BASE 0xc1080000 -#define CONFIG_SYS_ICACHE_OFF -#define CONFIG_SYS_DCACHE_OFF -#define CONFIG_SYS_L2CACHE_OFF /* * Memory Info |