]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
85xx: Convert all fsl_pci_init users to new APIs
authorKumar Gala <galak@kernel.crashing.org>
Tue, 21 Oct 2008 13:28:33 +0000 (08:28 -0500)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Fri, 24 Oct 2008 22:35:12 +0000 (17:35 -0500)
commit2dba0dea98c0dee1799ffd6fd6eb541645dbbd98
tree3ba0234bcfc50ee0338995a9acaab7c80e36fc8d
parenta2aab460727e5f674353a83a81000ef794bffcae
85xx: Convert all fsl_pci_init users to new APIs

Converted ATUM8548, MPC8536DS, MPC8544DS, MPC8548CDS, MPC8568MDS,
MPC8572DS, TQM85xx, and SBC8548 to use fsl_pci_setup_inbound_windows()
and ft_fsl_pci_setup().

With these changes the board code is a bit smaller and we get dma-ranges
set in the device tree for these boards.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
16 files changed:
board/atum8548/atum8548.c
board/freescale/mpc8536ds/mpc8536ds.c
board/freescale/mpc8544ds/mpc8544ds.c
board/freescale/mpc8548cds/mpc8548cds.c
board/freescale/mpc8568mds/mpc8568mds.c
board/freescale/mpc8572ds/mpc8572ds.c
board/sbc8548/sbc8548.c
board/tqc/tqm85xx/tqm85xx.c
include/configs/ATUM8548.h
include/configs/MPC8536DS.h
include/configs/MPC8544DS.h
include/configs/MPC8548CDS.h
include/configs/MPC8568MDS.h
include/configs/MPC8572DS.h
include/configs/TQM85xx.h
include/configs/sbc8548.h