summaryrefslogtreecommitdiffstats
path: root/include/configs/mx6qarm2.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2012-10-17 07:33:27 +0000
committerStefano Babic <sbabic@denx.de>2012-10-20 17:07:26 +0200
commitc2cfe57e7ce8ea8550cb9b8cc1f35053abe7815f (patch)
tree44fa7cfe455b89374ebe697f45c41f40cd2fdcaa /include/configs/mx6qarm2.h
parente6e85cd02624dc3d06192edf17b6c775127f76e8 (diff)
downloadblackbird-obmc-uboot-c2cfe57e7ce8ea8550cb9b8cc1f35053abe7815f.tar.gz
blackbird-obmc-uboot-c2cfe57e7ce8ea8550cb9b8cc1f35053abe7815f.zip
mx6qarm2: Enable DCACHE and CONFIG_MMC_BOUNCE_BUFFER
Data cache and CONFIG_MMC_BOUNCE_BUFFER can be safely enabled now. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/mx6qarm2.h')
-rw-r--r--include/configs/mx6qarm2.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h
index 965bea37ca..b425fedcf9 100644
--- a/include/configs/mx6qarm2.h
+++ b/include/configs/mx6qarm2.h
@@ -50,6 +50,7 @@
#define CONFIG_MMC
#define CONFIG_CMD_MMC
#define CONFIG_GENERIC_MMC
+#define CONFIG_MMC_BOUNCE_BUFFER
#define CONFIG_CMD_FAT
#define CONFIG_DOS_PARTITION
@@ -164,6 +165,4 @@
#define CONFIG_OF_LIBFDT
#define CONFIG_CMD_BOOTZ
-#define CONFIG_SYS_DCACHE_OFF
-
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud