diff options
| author | Daniel Schwierzeck <[email protected]> | 2018-09-07 19:02:06 +0200 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2018-09-22 21:04:10 +0200 |
| commit | 46203baf665c6bab72bd5945a37d9a7e0a77699a (patch) | |
| tree | 11dc24ca3159708afca9207372934b323363907d /include | |
| parent | 5ef337a0371e2b2c7905e7e20a38b6bfc80bb708 (diff) | |
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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/imgtec_xilfpga.h | 3 | ||||
| -rw-r--r-- | include/configs/pic32mzdask.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/imgtec_xilfpga.h b/include/configs/imgtec_xilfpga.h index 29b23fa40e5..8e2d72323d6 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 374957737dd..d3ab5575ee7 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 */ |
