aboutsummaryrefslogtreecommitdiff
path: root/include/configs/apx4devkit.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2012-08-26 15:19:08 +0000
committerAndy Fleming <afleming@freescale.com>2012-10-22 02:53:35 -0500
commit6dc71c8d2a3183a37624ef19a0532e7f827d868f (patch)
tree6162af21c509c42f8c4568e614dddca23bfce317 /include/configs/apx4devkit.h
parent4e6d81d1a4f042760287b31a6dc121b4ad754b7c (diff)
MMC: MXS: Toggle the generic bounce buffer on the boards
Flip the boards to use the generic bounce buffer instead of the MMC one. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Andy Fleming <afleming@freescale.com> Cc: Fabio Estevam <festevam@gmail.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'include/configs/apx4devkit.h')
-rw-r--r--include/configs/apx4devkit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/apx4devkit.h b/include/configs/apx4devkit.h
index af0b714e1..6764b4749 100644
--- a/include/configs/apx4devkit.h
+++ b/include/configs/apx4devkit.h
@@ -132,7 +132,7 @@
#ifdef CONFIG_CMD_MMC
#define CONFIG_MMC
#define CONFIG_GENERIC_MMC
-#define CONFIG_MMC_BOUNCE_BUFFER
+#define CONFIG_BOUNCE_BUFFER
#define CONFIG_MXS_MMC
#endif