commit | 6817e02231c513d953fa7f7db628f2941764ac87 | [log] [tgz] |
---|---|---|
author | Christian Riesch <christian.riesch@omicron.at> | Thu Dec 15 00:33:21 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Mon Jan 16 08:40:10 2012 +0100 |
tree | 9e6719def2bcc26473ced7d2f3a1b7275c30f506 | |
parent | e4a4267c83c53b6a5ca554ac11e5d90a81b9a6b1 [diff] |
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>