From: Eric Nelson Date: Sun, 4 Mar 2012 11:47:39 +0000 (+0000) Subject: i.MX6: mx6qsabrelite: add cache commands if cache is enabled X-Git-Tag: v2012.04-rc2~1^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66b4170b294e84d1b8cdf8f1334703baeb9d8751;p=pandora-u-boot.git i.MX6: mx6qsabrelite: add cache commands if cache is enabled Signed-off-by: Eric Nelson Acked-by: Marek Vasut --- diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index d3b31fe8f42..c851559bf86 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 */