]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv8/cache_v8.c
ARM: cache: add an empty stub function for invalidate/flush dcache
[karo-tx-uboot.git] / arch / arm / cpu / armv8 / cache_v8.c
index c22f7b6a51e6c6b8209a08a8998c1e3eb314cfec..cd160c4b633b94ef33efc2221bd1411497a9bac2 100644 (file)
@@ -180,14 +180,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 dcache_enable(void)
 {
 }