]> git.ipfire.org Git - people/ms/u-boot.git/commit
ppc/85xx: Move to using fsl_setup_hose on MPC8572 DS
authorKumar Gala <galak@kernel.crashing.org>
Wed, 4 Nov 2009 19:01:17 +0000 (13:01 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 5 Jan 2010 19:49:06 +0000 (13:49 -0600)
commit42c01b9d1f0132a6d82e2c8333b236b1e3b0831f
tree2453d0fb01529b7c4c562de5228da889e14f17ac
parent5e3d7050cf127dfcd6ab260c551e9183299d0dca
ppc/85xx: Move to using fsl_setup_hose on MPC8572 DS

We can use fsl_setup_hose to determine if we are a agent/end-point or
a host.  Rather than using some SoC specific register we can just look
at the PCI cfg space of the host controller to determine this.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
board/freescale/mpc8572ds/mpc8572ds.c