[U-Boot] [PATCH 2/2] devkit8000: Activate DMA support in SPL

Simon Schwarz simonschwarzcor at googlemail.com
Sun Oct 16 12:10:04 CEST 2011


This activates the DMA support in the SPL.

Based on DMA driver patch:
http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/109744/focus=109747

Signed-off-by: Simon Schwarz <simonschwarzcor at gmail.com>
Cc: scottwood at freescale.com
Cc: s-paulraj at ti.com
---
 include/configs/devkit8000.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
index 5d1014b..4799c6d 100644
--- a/include/configs/devkit8000.h
+++ b/include/configs/devkit8000.h
@@ -366,4 +366,6 @@
 
 #define CONFIG_SYS_NAND_SPL_KERNEL_OFFS	0x280000
 #define CONFIG_SYS_SPL_ARGS_ADDR	(PHYS_SDRAM_1 + 0x100)
+#define CONFIG_OMAP3_DMA
+#define CONFIG_SPL_DMA_SUPPORT
 #endif /* __CONFIG_H */
-- 
1.7.4.1



More information about the U-Boot mailing list