summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-09-07 20:02:06 +0300
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-09-22 22:04:10 +0300
commit46203baf665c6bab72bd5945a37d9a7e0a77699a (patch)
tree11dc24ca3159708afca9207372934b323363907d /include/configs
parent5ef337a0371e2b2c7905e7e20a38b6bfc80bb708 (diff)
downloadu-boot-46203baf665c6bab72bd5945a37d9a7e0a77699a.tar.xz
MIPS: cache: remove config option CONFIG_SYS_MIPS_CACHE_MODE
Caches should be configured to mode CONF_CM_CACHABLE_NONCOHERENT (or CONF_CM_CACHABLE_COW when a CM is available). There is no need to make this configurable. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/imgtec_xilfpga.h3
-rw-r--r--include/configs/pic32mzdask.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/imgtec_xilfpga.h b/include/configs/imgtec_xilfpga.h
index 29b23fa40e..8e2d72323d 100644
--- a/include/configs/imgtec_xilfpga.h
+++ b/include/configs/imgtec_xilfpga.h
@@ -19,9 +19,6 @@
/* CPU Timer rate */
#define CONFIG_SYS_MIPS_TIMER_FREQ 50000000
-/* Cache Configuration */
-#define CONFIG_SYS_MIPS_CACHE_MODE CONF_CM_CACHABLE_NONCOHERENT
-
/*----------------------------------------------------------------------
* Memory Layout
*/
diff --git a/include/configs/pic32mzdask.h b/include/configs/pic32mzdask.h
index 374957737d..d3ab5575ee 100644
--- a/include/configs/pic32mzdask.h
+++ b/include/configs/pic32mzdask.h
@@ -16,9 +16,6 @@
/* CPU Timer rate */
#define CONFIG_SYS_MIPS_TIMER_FREQ 100000000
-/* Cache Configuration */
-#define CONFIG_SYS_MIPS_CACHE_MODE CONF_CM_CACHABLE_NONCOHERENT
-
/*----------------------------------------------------------------------
* Memory Layout
*/