mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 23:44:15 +01:00
ipq806x: Disabling dcache support
Change-Id: Icf2798040e8378ee767c2e3331dd5158745ae11d Signed-off-by: Antony Arun T <antothom@codeaurora.org>
This commit is contained in:
parent
d7c59651a1
commit
8ad671bfa0
1 changed files with 0 additions and 2 deletions
|
|
@ -972,11 +972,9 @@ void clear_l2cache_err(void)
|
|||
void enable_caches(void)
|
||||
{
|
||||
icache_enable();
|
||||
dcache_enable();
|
||||
}
|
||||
|
||||
void disable_caches(void)
|
||||
{
|
||||
icache_disable();
|
||||
dcache_disable();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue