Re: [U-Boot] [PATCH V2 2/3] i.MX6: implement enable_caches()

2012-04-01 Thread Stefano Babic
On 19/03/2012 16:39, Stefano Babic wrote: > On 13/03/2012 02:11, Eric Nelson wrote: >> On 03/04/2012 02:47 PM, Eric Nelson wrote: >>> disabled by default until drivers are fixed >>> >>> Signed-off-by: Eric Nelson >>> Acked-by: Marek Vasut >>> --- >>> arch/arm/cpu/armv7/mx6/soc.c|8 +++

Re: [U-Boot] [PATCH V2 2/3] i.MX6: implement enable_caches()

2012-03-19 Thread Stefano Babic
On 13/03/2012 02:11, Eric Nelson wrote: > On 03/04/2012 02:47 PM, Eric Nelson wrote: >> disabled by default until drivers are fixed >> >> Signed-off-by: Eric Nelson >> Acked-by: Marek Vasut >> --- >> arch/arm/cpu/armv7/mx6/soc.c|8 >> include/configs/mx6qarm2.h |2 +

Re: [U-Boot] [PATCH V2 2/3] i.MX6: implement enable_caches()

2012-03-12 Thread Eric Nelson
On 03/04/2012 02:47 PM, Eric Nelson wrote: disabled by default until drivers are fixed Signed-off-by: Eric Nelson Acked-by: Marek Vasut --- arch/arm/cpu/armv7/mx6/soc.c|8 include/configs/mx6qarm2.h |2 ++ include/configs/mx6qsabrelite.h |2 ++ 3 files

[U-Boot] [PATCH V2 2/3] i.MX6: implement enable_caches()

2012-03-04 Thread Eric Nelson
disabled by default until drivers are fixed Signed-off-by: Eric Nelson Acked-by: Marek Vasut --- arch/arm/cpu/armv7/mx6/soc.c|8 include/configs/mx6qarm2.h |2 ++ include/configs/mx6qsabrelite.h |2 ++ 3 files changed, 12 insertions(+), 0 deletions(-) diff