Re: [U-Boot] [PATCH] cmd_cache: use cache/invalidate functions available in common.h

2012-03-06 Thread Wolfgang Denk
Dear Stefan Kristiansson, In message <1320121272-17613-1-git-send-email-stefan.kristians...@saunalahti.fi> you wrote: > flush_dcache()/flush_icache() aren't defined in common.h, > flush_dcache_all()/invalidate_icache_all() however are. > > Let the icache and dcache commands use those instead. >

Re: [U-Boot] [PATCH] cmd_cache: use cache/invalidate functions available in common.h

2011-11-01 Thread Mike Frysinger
i think the ppc guys might need to rename some of their funcs, and it seems like boards/drivers that use these are ppc-only, so there probably won't be any tree breakage ... Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part.

[U-Boot] [PATCH] cmd_cache: use cache/invalidate functions available in common.h

2011-10-31 Thread Stefan Kristiansson
flush_dcache()/flush_icache() aren't defined in common.h, flush_dcache_all()/invalidate_icache_all() however are. Let the icache and dcache commands use those instead. Signed-off-by: Stefan Kristiansson --- common/cmd_cache.c | 16 1 files changed, 8 insertions(+), 8 deletion