From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Mon, 19 Mar 2012 16:40:13 +0100 Subject: [U-Boot] [PATCH V2 3/3] i.MX6: mx6qsabrelite: add cache commands if cache is enabled In-Reply-To: <4F5E9F71.3040902@boundarydevices.com> References: <1330897659-9049-1-git-send-email-eric.nelson@boundarydevices.com> <1330897659-9049-4-git-send-email-eric.nelson@boundarydevices.com> <4F5E9F71.3040902@boundarydevices.com> Message-ID: <4F67535D.3020508@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 On 13/03/2012 02:14, Eric Nelson wrote: > 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 */ > Applied to u-boot-imx, next branch, thanks. Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================