Re: [U-Boot] [PATCH 3/3] nios2: fix cached mode in clearing the BSS

2015-11-05 Thread Thomas Chou
On 2015年11月03日 14:20, Thomas Chou wrote: As the generic board runs in cached mode, it should not use "stwio" which bypass the cache. Signed-off-by: Thomas Chou --- arch/nios2/cpu/start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied to u-boot-nios. diff --git a/arch/ni

Re: [U-Boot] [PATCH 3/3] nios2: fix cached mode in clearing the BSS

2015-11-04 Thread Chin Liang See
On Tue, 2015-11-03 at 14:20 +0800, tho...@wytron.com.tw wrote: > As the generic board runs in cached mode, it should not use > "stwio" which bypass the cache. > > Signed-off-by: Thomas Chou > --- Reviewed-by: Chin Liang See Thanks Chin Liang ___ U-Bo

[U-Boot] [PATCH 3/3] nios2: fix cached mode in clearing the BSS

2015-11-02 Thread Thomas Chou
As the generic board runs in cached mode, it should not use "stwio" which bypass the cache. Signed-off-by: Thomas Chou --- arch/nios2/cpu/start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/nios2/cpu/start.S b/arch/nios2/cpu/start.S index bb86bbf..54787c5 100644 ---