diff options
| author | Eric Nelson <[email protected]> | 2012-03-04 11:47:38 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-04-16 14:53:58 +0200 |
| commit | 4d422fe2dce90d1052c9ab133fe0059ff2e92394 (patch) | |
| tree | 3614139781a535e844a3b87b71a09a391a481d6c /include | |
| parent | c415919d5790977b2d498105c5dc3475bb0895e6 (diff) | |
i.MX6: implement enable_caches()
disabled by default until drivers are fixed
Signed-off-by: Eric Nelson <[email protected]>
Acked-by: Marek Vasut <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/mx6qarm2.h | 2 | ||||
| -rw-r--r-- | include/configs/mx6qsabrelite.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index 0962d3c8c46..e83aec6c21e 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -169,4 +169,6 @@ #define CONFIG_OF_LIBFDT +#define CONFIG_SYS_DCACHE_OFF + #endif /* __CONFIG_H */ diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index 8bc8a837029..d3b31fe8f42 100644 --- a/include/configs/mx6qsabrelite.h +++ b/include/configs/mx6qsabrelite.h @@ -212,4 +212,6 @@ #define CONFIG_OF_LIBFDT +#define CONFIG_SYS_DCACHE_OFF + #endif /* __CONFIG_H */ |
