
16 Oct
2011
16 Oct
'11
12:10 p.m.
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@gmail.com Cc: scottwood@freescale.com Cc: s-paulraj@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