]> git.ipfire.org Git - people/ms/u-boot.git/commit
powerpc/8xxx: Replace is_fsl_pci_cfg with is_serdes_configured
authorKumar Gala <galak@kernel.crashing.org>
Wed, 15 Dec 2010 10:55:20 +0000 (04:55 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 14 Jan 2011 07:32:19 +0000 (01:32 -0600)
commit5d27e02c04f8fef38341e58475a988f8b2c78b9f
treea48c09ec6450ce68ac4e60ea0867ecab552314fc
parenta6da8b8195f47a70106f743948f2729d94157b32
powerpc/8xxx: Replace is_fsl_pci_cfg with is_serdes_configured

Now that we have serdes support for all 85xx/86xx/Pxxx chips we can
replace the is_fsl_pci_cfg() code with the is_serdes_configured().

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16 files changed:
arch/powerpc/cpu/mpc8xxx/Makefile
arch/powerpc/cpu/mpc8xxx/pci_cfg.c [deleted file]
arch/powerpc/include/asm/fsl_pci.h
board/freescale/mpc8544ds/mpc8544ds.c
board/freescale/mpc8548cds/mpc8548cds.c
board/freescale/mpc8568mds/mpc8568mds.c
board/freescale/mpc8569mds/mpc8569mds.c
board/freescale/mpc8572ds/mpc8572ds.c
board/freescale/mpc8610hpcd/mpc8610hpcd.c
board/freescale/mpc8641hpcn/mpc8641hpcn.c
board/freescale/p1_p2_rdb/pci.c
board/freescale/p2020ds/p2020ds.c
board/sbc8548/sbc8548.c
board/sbc8641d/sbc8641d.c
board/tqc/tqm85xx/tqm85xx.c
board/xes/common/fsl_8xxx_pci.c