
Enable the Freescale DMA driver and DMA portion of mtest for the XPedite5200 and XPedite5370 boards
Signed-off-by: Peter Tyser ptyser@xes-inc.com --- include/configs/XPEDITE5200.h | 4 +++- include/configs/XPEDITE5370.h | 2 ++ 2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/include/configs/XPEDITE5200.h b/include/configs/XPEDITE5200.h index 89ab692..11c9690 100644 --- a/include/configs/XPEDITE5200.h +++ b/include/configs/XPEDITE5200.h @@ -88,6 +88,7 @@ * Diagnostics */ #define CONFIG_SYS_ALT_MEMTEST +#define CONFIG_SYS_DMA_MEMTEST #define CONFIG_SYS_MEMTEST_START 0x10000000 #define CONFIG_SYS_MEMTEST_END 0x20000000
@@ -361,7 +362,8 @@ #define CONFIG_FIT 1 #define CONFIG_FIT_VERBOSE 1 #define CONFIG_INTEGRITY /* support booting INTEGRITY OS */ -#define CONFIG_INTERRUPTS /* enable pci, srio, ddr interrupts */ +#define CONFIG_INTERRUPTS /* enable pci, srio, ddr interrupts */ +#define CONFIG_FSL_DMA /* Enable Freescale DMA engine */
/* * For booting Linux, the board info and command line data diff --git a/include/configs/XPEDITE5370.h b/include/configs/XPEDITE5370.h index 536e063..10e00d8 100644 --- a/include/configs/XPEDITE5370.h +++ b/include/configs/XPEDITE5370.h @@ -100,6 +100,7 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy); * Diagnostics */ #define CONFIG_SYS_ALT_MEMTEST +#define CONFIG_SYS_DMA_MEMTEST #define CONFIG_SYS_MEMTEST_START 0x10000000 #define CONFIG_SYS_MEMTEST_END 0x20000000
@@ -405,6 +406,7 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy); #define CONFIG_FIT 1 #define CONFIG_FIT_VERBOSE 1 #define CONFIG_INTEGRITY /* support booting INTEGRITY OS */ +#define CONFIG_FSL_DMA /* Enable Freescale DMA engine */
/* * For booting Linux, the board info and command line data