powerpc/mpc85xx: remove the unneeded pci init functions for corenet ds board
authorKevin Hao <haokexin@gmail.com>
Tue, 21 May 2013 12:04:58 +0000 (20:04 +0800)
committerScott Wood <scottwood@freescale.com>
Wed, 7 Aug 2013 23:38:07 +0000 (18:38 -0500)
commit7d4d595dad30328bc6153e235d90f54c918fc127
treeda8d84e312f96ecf6f11336f368871fcb689e756
parentbf57aeb57a8b28683cb88f33808d6191ea84f408
powerpc/mpc85xx: remove the unneeded pci init functions for corenet ds board

The function pci_devs_phb_init is invoked more earlier than we really
probe the pci controller, so it does nothing at all. And we also don't
need the pci_dn stuff for the fsl powerpc64 boards, just remove it.

It also seems that we don't support ISA on all the current corenet ds
boards. So picking a primary bus seems useless, remove that function
too.

Signed-off-by: Kevin Hao <haokexin@gmail.com>
arch/powerpc/platforms/85xx/corenet_ds.c