Home
last modified time | relevance | path

Searched hist:f956ad98b2ba10901b6ea04983e679bc5ddc4d7a (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/nios2/cpu/
H A Dcpu.cf956ad98b2ba10901b6ea04983e679bc5ddc4d7a Thu Oct 20 08:28:10 UTC 2011 Joachim Foerster <joachim.foerster@missinglinkelectronics.com> nios2: Pseudo implement dcache_status/enable/disable()

AFAIK the NIOS2 architecture does not have any possibility to
dynamically switch off the data cache. So _status() always reports 1 and
_enable/_disable() just issue a flush of everything.

For example, common/cmd_elf.c depends on these symbols.

Signed-off-by: Joachim Foerster <joachim.foerster@missinglinkelectronics.com>
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>