summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2012-10-17 07:33:26 +0000
committerStefano Babic <sbabic@denx.de>2012-10-20 17:06:40 +0200
commite6e85cd02624dc3d06192edf17b6c775127f76e8 (patch)
tree0bda6c8d10ec00ce0791551e0e46bc050e90cb9b
parent0208a53fb297bdc56731fd39fc07f0fff387e2ea (diff)
downloadtalos-obmc-uboot-e6e85cd02624dc3d06192edf17b6c775127f76e8.tar.gz
talos-obmc-uboot-e6e85cd02624dc3d06192edf17b6c775127f76e8.zip
mx6qsabre_common: 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>
-rw-r--r--include/configs/mx6qsabre_common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h
index e25e9439e5..bfb9cd468e 100644
--- a/include/configs/mx6qsabre_common.h
+++ b/include/configs/mx6qsabre_common.h
@@ -45,6 +45,7 @@
#define CONFIG_MMC
#define CONFIG_CMD_MMC
#define CONFIG_GENERIC_MMC
+#define CONFIG_MMC_BOUNCE_BUFFER
#define CONFIG_CMD_EXT2
#define CONFIG_CMD_FAT
#define CONFIG_DOS_PARTITION
@@ -168,8 +169,6 @@
#define CONFIG_OF_LIBFDT
-#define CONFIG_SYS_DCACHE_OFF
-
#ifndef CONFIG_SYS_DCACHE_OFF
#define CONFIG_CMD_CACHE
#endif
OpenPOWER on IntegriCloud