X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=arch%2Farm%2Flib%2Fcache.c;h=4f72f8914cc7bc5e18220de629704fbe8176dced;hb=40d5534cff720d566cd52f532f26eea2bd86c1ae;hp=d330b09434a46df1ab6505bf8b46c54e90ccfa21;hpb=c98b171e1098f94b2ff7720c45a25a602882f876;p=u-boot diff --git a/arch/arm/lib/cache.c b/arch/arm/lib/cache.c index d330b09434..4f72f8914c 100644 --- a/arch/arm/lib/cache.c +++ b/arch/arm/lib/cache.c @@ -10,10 +10,6 @@ #include #include -#ifndef CONFIG_SYS_CACHELINE_SIZE -#define CONFIG_SYS_CACHELINE_SIZE 32 -#endif - /* * Flush range from all levels of d-cache/unified-cache. * Affects the range [start, start + size - 1].