From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Mon, 12 Mar 2012 18:11:31 -0700 Subject: [U-Boot] [PATCH V2 2/3] i.MX6: implement enable_caches() In-Reply-To: <1330897659-9049-3-git-send-email-eric.nelson@boundarydevices.com> References: <1330897659-9049-1-git-send-email-eric.nelson@boundarydevices.com> <1330897659-9049-3-git-send-email-eric.nelson@boundarydevices.com> Message-ID: <4F5E9EC3.5010508@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 changed, 12 insertions(+), 0 deletions(-) > Hi Stefano, Can you tell that I'm doing some house-cleaning? Let me know if there's something you'd like changed in this patch. Regards, Eric