commit | a9af1dc4728acb90057efee2229dae439369bbba | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Tue Jun 30 17:15:47 2009 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed Jul 01 23:12:00 2009 -0500 |
tree | 47f25890842c5d5895159978e197ad7f38d45695 | |
parent | 4e5649f1d74415fe36812efba8ee273f8d1fe0c1 [diff] [blame] |
8xxx: Move dma_init() call to common code Signed-off-by: Peter Tyser <ptyser@xes-inc.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
diff --git a/cpu/mpc85xx/cpu_init.c b/cpu/mpc85xx/cpu_init.c index c98dd8d..41de694 100644 --- a/cpu/mpc85xx/cpu_init.c +++ b/cpu/mpc85xx/cpu_init.c
@@ -261,7 +261,9 @@ #if defined(CONFIG_MPC8536) fsl_serdes_init(); #endif - +#if defined(CONFIG_FSL_DMA) + dma_init(); +#endif }