Re: [U-Boot] [PATCH v2] arm1136: Fix enable_caches()

2012-11-10 Thread Albert ARIBAUD
Hi Benoît, On Wed, 31 Oct 2012 15:41:02 +0100 (CET), Benoît Thébaudeau wrote: > Hi Albert, > > On Friday, October 5, 2012 8:23:14 PM, Albert ARIBAUD wrote; > > On Thu, 4 Oct 2012 22:04:02 +0200 (CEST), Benoît Thébaudeau > > wrote: > > > > > enable_caches() did not enable icache if CONFIG_SYS_

Re: [U-Boot] [PATCH v2] arm1136: Fix enable_caches()

2012-10-31 Thread Benoît Thébaudeau
Hi Albert, On Friday, October 5, 2012 8:23:14 PM, Albert ARIBAUD wrote; > On Thu, 4 Oct 2012 22:04:02 +0200 (CEST), Benoît Thébaudeau > wrote: > > > enable_caches() did not enable icache if CONFIG_SYS_ICACHE_OFF was > > not defined > > but CONFIG_SYS_DCACHE_OFF was. > > > > Signed-off-by: Benoî

Re: [U-Boot] [PATCH v2] arm1136: Fix enable_caches()

2012-10-05 Thread Albert ARIBAUD
Benoît, On Thu, 4 Oct 2012 22:04:02 +0200 (CEST), Benoît Thébaudeau wrote: > enable_caches() did not enable icache if CONFIG_SYS_ICACHE_OFF was not defined > but CONFIG_SYS_DCACHE_OFF was. > > Signed-off-by: Benoît Thébaudeau > Cc: Albert Aribaud > --- > This patch supersedes http://patchwor

[U-Boot] [PATCH v2] arm1136: Fix enable_caches()

2012-10-04 Thread Benoît Thébaudeau
enable_caches() did not enable icache if CONFIG_SYS_ICACHE_OFF was not defined but CONFIG_SYS_DCACHE_OFF was. Signed-off-by: Benoît Thébaudeau Cc: Albert Aribaud --- This patch supersedes http://patchwork.ozlabs.org/patch/177263/ . Changes for v2: - Move enable_caches() outside of the main #if