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>
This commit is contained in:
Eric Nelson 2012-03-04 11:47:39 +00:00 committed by Albert ARIBAUD
parent 4d422fe2dc
commit 66b4170b29

View File

@ -214,4 +214,8 @@
#define CONFIG_SYS_DCACHE_OFF
#ifndef CONFIG_SYS_DCACHE_OFF
#define CONFIG_CMD_CACHE
#endif
#endif /* __CONFIG_H */