Re: [U-Boot] [U-BOOT] [PATCH] arm: fix flush cache function on arm926ejs

2011-01-12 Thread Albert ARIBAUD
Le 12/01/2011 05:31, Lei Wen a écrit : > On Wed, Jan 12, 2011 at 12:27 PM, Lei Wen wrote: >> Hi Albert, >> >> On Wed, Jan 12, 2011 at 3:53 AM, Albert ARIBAUD >> wrote: >>> Hi, >>> >>> Le 11/01/2011 16:40, Lei Wen a écrit : flush_cache function should only be called when the dcache is on. >>

Re: [U-Boot] [U-BOOT] [PATCH] arm: fix flush cache function on arm926ejs

2011-01-11 Thread Lei Wen
On Wed, Jan 12, 2011 at 12:27 PM, Lei Wen wrote: > Hi Albert, > > On Wed, Jan 12, 2011 at 3:53 AM, Albert ARIBAUD > wrote: >> Hi, >> >> Le 11/01/2011 16:40, Lei Wen a écrit : >>> flush_cache function should only be called when the dcache is on. >>> And original flush method for arm926ejs seems d

Re: [U-Boot] [U-BOOT] [PATCH] arm: fix flush cache function on arm926ejs

2011-01-11 Thread Lei Wen
Hi Albert, On Wed, Jan 12, 2011 at 3:53 AM, Albert ARIBAUD wrote: > Hi, > > Le 11/01/2011 16:40, Lei Wen a écrit : >> flush_cache function should only be called when the dcache is on. >> And original flush method for arm926ejs seems don't work, replace >> it with new version. >> >> Test on Marvel

Re: [U-Boot] [U-BOOT] [PATCH] arm: fix flush cache function on arm926ejs

2011-01-11 Thread Albert ARIBAUD
Hi, Le 11/01/2011 16:40, Lei Wen a écrit : > flush_cache function should only be called when the dcache is on. > And original flush method for arm926ejs seems don't work, replace > it with new version. > > Test on Marvell Pantheon pxa920 board with usb ether function. > > Signed-off-by: Lei Wen >

[U-Boot] [U-BOOT] [PATCH] arm: fix flush cache function on arm926ejs

2011-01-11 Thread Lei Wen
flush_cache function should only be called when the dcache is on. And original flush method for arm926ejs seems don't work, replace it with new version. Test on Marvell Pantheon pxa920 board with usb ether function. Signed-off-by: Lei Wen --- arch/arm/lib/cache.c |8 1 files change