[U-Boot] [PATCH 3/4] MMC: MXS: Toggle the generic bounce buffer on the boards
Marek Vasut
marex at denx.de
Mon Aug 27 03:19:08 CEST 2012
Flip the boards to use the generic bounce buffer instead of the
MMC one.
Signed-off-by: Marek Vasut <marex at denx.de>
Cc: Andy Fleming <afleming at freescale.com>
Cc: Fabio Estevam <festevam at gmail.com>
---
include/configs/apx4devkit.h | 2 +-
include/configs/m28evk.h | 2 +-
include/configs/mx28evk.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/configs/apx4devkit.h b/include/configs/apx4devkit.h
index b5ae44f..cd19c92 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
diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
index 4e9758f..6306f09 100644
--- a/include/configs/m28evk.h
+++ b/include/configs/m28evk.h
@@ -136,7 +136,7 @@
*/
#ifdef CONFIG_CMD_MMC
#define CONFIG_MMC
-#define CONFIG_MMC_BOUNCE_BUFFER
+#define CONFIG_BOUNCE_BUFFER
#define CONFIG_GENERIC_MMC
#define CONFIG_MXS_MMC
#endif
diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h
index b677e51..18fc9f1 100644
--- a/include/configs/mx28evk.h
+++ b/include/configs/mx28evk.h
@@ -141,7 +141,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
--
1.7.10.4
More information about the U-Boot
mailing list