[U-Boot] [PATCH v2 01/12] 85xx, 86xx: Break out DMA code to a common file

Kumar Gala galak at kernel.crashing.org
Thu Jul 2 06:04:13 CEST 2009


On Jun 30, 2009, at 5:15 PM, Peter Tyser wrote:

> DMA support is now enabled via the CONFIG_FSL_DMA define instead of  
> the
> previous CONFIG_DDR_ECC
>
> Signed-off-by: Peter Tyser <ptyser at xes-inc.com>
> ---
> cpu/mpc85xx/cpu.c        |   47 -----------------------
> cpu/mpc86xx/cpu.c        |   55 ---------------------------
> drivers/dma/Makefile     |    1 +
> drivers/dma/fsl_dma.c    |   92 +++++++++++++++++++++++++++++++++++++ 
> +++++++++
> include/asm-ppc/config.h |    7 +++
> include/configs/PM854.h  |    1 +
> include/configs/PM856.h  |    1 +
> 7 files changed, 102 insertions(+), 102 deletions(-)
> create mode 100644 drivers/dma/fsl_dma.c

applied

- k


More information about the U-Boot mailing list