[U-Boot] [PATCH 01/11] fsl: Create common fsl_dma.h for 85xx and 86xx cpus

Kumar Gala galak at kernel.crashing.org
Sat Jun 13 00:21:12 CEST 2009


On May 21, 2009, at 12:09 PM, Peter Tyser wrote:

> Break out DMA structures for the Freescale MPC85xx and MPC86xx cpus to
> reduce a large amount of code duplication
>
> Signed-off-by: Peter Tyser <ptyser at xes-inc.com>
> ---
> cpu/mpc85xx/cpu.c            |   31 +++++++++--------
> cpu/mpc86xx/cpu.c            |   27 ++++++++-------
> include/asm-ppc/fsl_dma.h    |   51 ++++++++++++++++++++++++++++
> include/asm-ppc/immap_85xx.h |   76 + 
> +----------------------------------------
> include/asm-ppc/immap_86xx.h |   76 + 
> +----------------------------------------
> 5 files changed, 89 insertions(+), 172 deletions(-)
> create mode 100644 include/asm-ppc/fsl_dma.h


applied to next

- k


More information about the U-Boot mailing list