diff options
author | Eric Nelson <eric.nelson@boundarydevices.com> | 2012-03-04 11:47:39 (GMT) |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-04-16 12:53:58 (GMT) |
commit | 66b4170b294e84d1b8cdf8f1334703baeb9d8751 (patch) | |
tree | 52a572d3e8c1760bf20b8726d59310d6540f02c7 /include/configs | |
parent | 4d422fe2dce90d1052c9ab133fe0059ff2e92394 (diff) | |
download | u-boot-fsl-qoriq-66b4170b294e84d1b8cdf8f1334703baeb9d8751.tar.xz |
i.MX6: mx6qsabrelite: add cache commands if cache is enabled
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | 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 */ |