summaryrefslogtreecommitdiffstats
path: root/include/configs/m28evk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/m28evk.h')
-rw-r--r--include/configs/m28evk.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
index 4d59153706..8b83180da8 100644
--- a/include/configs/m28evk.h
+++ b/include/configs/m28evk.h
@@ -140,6 +140,7 @@
*/
#ifdef CONFIG_CMD_MMC
#define CONFIG_MMC
+#define CONFIG_MMC_BOUNCE_BUFFER
#define CONFIG_GENERIC_MMC
#define CONFIG_MXS_MMC
#endif
@@ -252,7 +253,7 @@
#ifdef CONFIG_CMD_SF
#define CONFIG_SPI_FLASH
#define CONFIG_SPI_FLASH_STMICRO
-#define CONFIG_SPI_FLASH_CS 2
+#define CONFIG_SF_DEFAULT_CS 2
#define CONFIG_SF_DEFAULT_MODE SPI_MODE_0
#define CONFIG_SF_DEFAULT_SPEED 24000000
OpenPOWER on IntegriCloud