]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
i.MX6: mx6qsabrelite: add cache commands if cache is enabled
authorEric Nelson <eric.nelson@boundarydevices.com>
Sun, 4 Mar 2012 11:47:39 +0000 (11:47 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 16 Apr 2012 12:53:58 +0000 (14:53 +0200)
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Acked-by: Marek Vasut <marex@denx.de>
include/configs/mx6qsabrelite.h

index d3b31fe8f4219a73b1b03ae4da577538d589375c..c851559bf86ef17e478c3e20eae79ae6605e8dfb 100644 (file)
 
 #define CONFIG_SYS_DCACHE_OFF
 
+#ifndef CONFIG_SYS_DCACHE_OFF
+#define CONFIG_CMD_CACHE
+#endif
+
 #endif                         /* __CONFIG_H */