diff options
| author | Eric Nelson <[email protected]> | 2012-03-04 11:47:39 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-04-16 14:53:58 +0200 |
| commit | 66b4170b294e84d1b8cdf8f1334703baeb9d8751 (patch) | |
| tree | 52a572d3e8c1760bf20b8726d59310d6540f02c7 /include | |
| parent | 4d422fe2dce90d1052c9ab133fe0059ff2e92394 (diff) | |
i.MX6: mx6qsabrelite: add cache commands if cache is enabled
Signed-off-by: Eric Nelson <[email protected]>
Acked-by: Marek Vasut <[email protected]>
Diffstat (limited to 'include')
| -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 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 */ |
