Re: [U-Boot] [PATCH 3/3] nios2: add flush_dcache_range function

2011-11-10 Thread Thomas Chou
On 11/04/2011 08:38 PM, Stefan Kristiansson wrote: exposes functionality to flush dcache according to the common.h API Signed-off-by: Stefan Kristianssonstefan.kristians...@saunalahti.fi Cc: Thomas Choutho...@wytron.com.tw --- arch/nios2/lib/cache.S | 10 ++ 1 files changed,

[U-Boot] [PATCH 3/3] nios2: add flush_dcache_range function

2011-11-04 Thread Stefan Kristiansson
exposes functionality to flush dcache according to the common.h API Signed-off-by: Stefan Kristiansson stefan.kristians...@saunalahti.fi Cc: Thomas Chou tho...@wytron.com.tw --- arch/nios2/lib/cache.S | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git