
13 Aug
2015
13 Aug
'15
3:20 p.m.
On Mon, Jul 27, 2015 at 11:40:16AM +0800, Wu, Josh wrote:
Since some driver like ohci, lcd used dcache functions. But some ARM cpu don't implement the invalidate_dcache_range()/flush_dcache_range() functions.
To avoid compiling errors this patch adds an weak empty stub function for all ARM cpu in arch/arm/lib/cache.c. And ARM cpu still can implemnt its own cache functions on the cpu folder.
Signed-off-by: Josh Wu josh.wu@atmel.com Reviewed-by: York Sun yorksun@freescale.com
Applied to u-boot/master, thanks!
--
Tom