]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/cache_v7.c
ARM: cache: add an empty stub function for invalidate/flush dcache
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / cache_v7.c
index d048301b5d7923e536db55cd32e11089dae2a230..1dcceb846ffbdb65a0507d746bb51a01d5fbb292 100644 (file)
@@ -306,14 +306,6 @@ void flush_dcache_all(void)
 {
 }
 
-void invalidate_dcache_range(unsigned long start, unsigned long stop)
-{
-}
-
-void flush_dcache_range(unsigned long start, unsigned long stop)
-{
-}
-
 void arm_init_before_mmu(void)
 {
 }