mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 08:12:06 +02:00
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>
This commit is contained in:
14
README
14
README
@@ -528,20 +528,6 @@ The following options need to be configured:
|
||||
pointer. This is needed for the temporary stack before
|
||||
relocation.
|
||||
|
||||
CONFIG_SYS_MIPS_CACHE_MODE
|
||||
|
||||
Cache operation mode for the MIPS CPU.
|
||||
See also arch/mips/include/asm/mipsregs.h.
|
||||
Possible values are:
|
||||
CONF_CM_CACHABLE_NO_WA
|
||||
CONF_CM_CACHABLE_WA
|
||||
CONF_CM_UNCACHED
|
||||
CONF_CM_CACHABLE_NONCOHERENT
|
||||
CONF_CM_CACHABLE_CE
|
||||
CONF_CM_CACHABLE_COW
|
||||
CONF_CM_CACHABLE_CUW
|
||||
CONF_CM_CACHABLE_ACCELERATED
|
||||
|
||||
CONFIG_XWAY_SWAP_BYTES
|
||||
|
||||
Enable compilation of tools/xway-swap-bytes needed for Lantiq
|
||||
|
Reference in New Issue
Block a user