summaryrefslogtreecommitdiffstats
path: root/include/configs/mx28evk.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/mx28evk.h
parent4e6d81d1a4f042760287b31a6dc121b4ad754b7c (diff)
downloadblackbird-obmc-uboot-6dc71c8d2a3183a37624ef19a0532e7f827d868f.tar.gz
blackbird-obmc-uboot-6dc71c8d2a3183a37624ef19a0532e7f827d868f.zip
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/mx28evk.h')
-rw-r--r--include/configs/mx28evk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h
index 7cdbec68de..1443833c83 100644
--- a/include/configs/mx28evk.h
+++ b/include/configs/mx28evk.h
@@ -142,7 +142,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
OpenPOWER on IntegriCloud