[U-Boot] [PATCH 2/2] ARM: cache: implement a default flush_cache() function

2015-06-10 Thread Josh Wu
It will just call flush_dcache_range(). As ARM1136 & ARM926ejs already implemented their own flush_cache(), those code in weak function in arch/arm/lib/cache.c can be dropped. Signed-off-by: Josh Wu --- arch/arm/cpu/arm1136/cpu.c | 9 - arch/arm/cpu/arm926ejs/cache.c | 9

[U-Boot] [PATCH 2/2] ARM: cache: implement a default flush_cache() function

2015-06-10 Thread Josh Wu
It will just call flush_dcache_range(). As ARM1136 & ARM926ejs already implemented their own flush_cache(), those code in weak function in arch/arm/lib/cache.c can be dropped. Signed-off-by: Josh Wu --- arch/arm/cpu/arm1136/cpu.c | 9 - arch/arm/cpu/arm926ejs/cache.c | 9