From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Schwarz Date: Sun, 16 Oct 2011 12:10:04 +0200 Subject: [U-Boot] [PATCH 2/2] devkit8000: Activate DMA support in SPL In-Reply-To: <1318759804-18688-1-git-send-email-simonschwarzcor@gmail.com> References: <1318759804-18688-1-git-send-email-simonschwarzcor@gmail.com> Message-ID: <1318759804-18688-3-git-send-email-simonschwarzcor@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 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