From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 3 Mar 2012 00:26:38 +0100 Subject: [U-Boot] [PATCH 4/4] i.MX6: mx6qsabrelite: add cache commands if cache is enabled In-Reply-To: <1330729572-12642-5-git-send-email-eric.nelson@boundarydevices.com> References: <1330729572-12642-1-git-send-email-eric.nelson@boundarydevices.com> <1330729572-12642-5-git-send-email-eric.nelson@boundarydevices.com> Message-ID: <201203030026.38761.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > --- > 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 3bd9bdb..a5dae73 100644 > --- a/include/configs/mx6qsabrelite.h > +++ b/include/configs/mx6qsabrelite.h > @@ -212,4 +212,8 @@ > > #define CONFIG_SYS_DCACHE_OFF > > +#ifndef CONFIG_SYS_DCACHE_OFF > +#define CONFIG_CMD_CACHE > +#endif > + > #endif /* __CONFIG_H */ Acked-by: Marek Vasut