[U-Boot] [PATCH v2 2/2] MX28: mx28evk: Enable SPI DMA

Otavio Salvador otavio at ossystems.com.br
Tue Aug 28 11:56:41 CEST 2012


Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
Changes in v2:
- new patch

 include/configs/mx28evk.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h
index 8d83495..a5a98fb 100644
--- a/include/configs/mx28evk.h
+++ b/include/configs/mx28evk.h
@@ -200,6 +200,7 @@
 #ifdef CONFIG_CMD_SPI
 #define CONFIG_HARD_SPI
 #define CONFIG_MXS_SPI
+#define CONFIG_MXS_SPI_DMA_ENABLE
 #define CONFIG_SPI_HALF_DUPLEX
 #define CONFIG_DEFAULT_SPI_BUS		2
 #define CONFIG_DEFAULT_SPI_MODE		SPI_MODE_0
-- 
1.7.10.4



More information about the U-Boot mailing list