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

2012-03-02 Thread Marek Vasut
> disabled by default until drivers are fixed > > Signed-off-by: Eric Nelson > --- > 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 --gi

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

2012-03-02 Thread Eric Nelson
disabled by default until drivers are fixed Signed-off-by: Eric Nelson --- 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 --git a/arch/arm/cpu/a