From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Mon, 12 Mar 2012 18:14:25 -0700 Subject: [U-Boot] [PATCH V2 3/3] i.MX6: mx6qsabrelite: add cache commands if cache is enabled In-Reply-To: <1330897659-9049-4-git-send-email-eric.nelson@boundarydevices.com> References: <1330897659-9049-1-git-send-email-eric.nelson@boundarydevices.com> <1330897659-9049-4-git-send-email-eric.nelson@boundarydevices.com> Message-ID: <4F5E9F71.3040902@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: > Signed-off-by: Eric Nelson > Acked-by: Marek Vasut > --- > include/configs/mx6qsabrelite.h | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h > index d3b31fe..c851559 100644 > --- a/include/configs/mx6qsabrelite.h > +++ b/include/configs/mx6qsabrelite.h > @@ -214,4 +214,8 @@ > > #define CONFIG_SYS_DCACHE_OFF > > +#ifndef CONFIG_SYS_DCACHE_OFF > +#define CONFIG_CMD_CACHE > +#endif > + > #endif /* __CONFIG_H */ Hi Stefano, Okay, this is the last outstanding patch in the cache series. I'm rebasing to your latest tree in preparation for V3 of the fec_mxc patch. Regards, Eric