[U-Boot] [PATCH] nios2: zap cache status enable and disable functions

2015-10-08 Thread Thomas Chou
As the icache and dcache of nios2 are always enabled, the cmd_cache is no of use and the cache status, enable and disable functions can be removed. Signed-off-by: Thomas Chou --- arch/nios2/cpu/cpu.c | 15 --- 1 file changed, 15 deletions(-) diff --git a/arch/nios2/cpu/cpu.c b/arch/

Re: [U-Boot] [PATCH] nios2: zap cache status enable and disable functions

2015-10-09 Thread Marek Vasut
On Friday, October 09, 2015 at 05:32:47 AM, Thomas Chou wrote: > As the icache and dcache of nios2 are always enabled, the > cmd_cache is no of use and the cache status, enable and > disable functions can be removed. This is no good, I want to be able to enable/disable caches to look for DMA-relat

Re: [U-Boot] [PATCH] nios2: zap cache status enable and disable functions

2015-10-10 Thread Thomas Chou
Hi Marek, On 10/09/2015 08:57 PM, Marek Vasut wrote: On Friday, October 09, 2015 at 05:32:47 AM, Thomas Chou wrote: As the icache and dcache of nios2 are always enabled, the cmd_cache is no of use and the cache status, enable and disable functions can be removed. This is no good, I want to be

Re: [U-Boot] [PATCH] nios2: zap cache status enable and disable functions

2015-10-10 Thread Marek Vasut
On Saturday, October 10, 2015 at 09:38:46 AM, Thomas Chou wrote: > Hi Marek, > > On 10/09/2015 08:57 PM, Marek Vasut wrote: > > On Friday, October 09, 2015 at 05:32:47 AM, Thomas Chou wrote: > >> As the icache and dcache of nios2 are always enabled, the > >> cmd_cache is no of use and the cache st

Re: [U-Boot] [PATCH] nios2: zap cache status enable and disable functions

2015-10-13 Thread Thomas Chou
On 10/09/2015 11:32 AM, Thomas Chou wrote: As the icache and dcache of nios2 are always enabled, the cmd_cache is no of use and the cache status, enable and disable functions can be removed. Signed-off-by: Thomas Chou --- arch/nios2/cpu/cpu.c | 15 --- 1 file changed, 15 deleti