summaryrefslogtreecommitdiffstats
path: root/cpu/mpc85xx/pci.c
diff options
context:
space:
mode:
authorRandy Vinson <rvinson@linuxbox.(none)>2007-02-27 19:42:22 -0700
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2007-08-14 01:51:39 -0500
commit7f3f2bd2dc08e0b05e185662ca2e2d283757104a (patch)
treeffa1b151a78d0f9c91787ac9973070fd5b2dcc5a /cpu/mpc85xx/pci.c
parente41094c7e38177c755fbd9b182018069614f080d (diff)
downloadtalos-obmc-uboot-7f3f2bd2dc08e0b05e185662ca2e2d283757104a.tar.gz
talos-obmc-uboot-7f3f2bd2dc08e0b05e185662ca2e2d283757104a.zip
85xxCDS: Add make targets for legacy systems.
The PCI ID select values on the Arcadia main board differ depending on the version of the hardware. The standard configuration supports Rev 3.1. The legacy target supports Rev 2.x. Signed-off-by Randy Vinson <rvinson@mvista.com>
Diffstat (limited to 'cpu/mpc85xx/pci.c')
-rw-r--r--cpu/mpc85xx/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc85xx/pci.c b/cpu/mpc85xx/pci.c
index 3c1a323aad..db09e45fbc 100644
--- a/cpu/mpc85xx/pci.c
+++ b/cpu/mpc85xx/pci.c
@@ -142,7 +142,7 @@ pci_mpc85xx_init(struct pci_controller *board_hose)
u8 header_type;
pci_hose_read_config_byte(hose,
- PCI_BDF(0,17,0),
+ PCI_BDF(0,BRIDGE_ID,0),
PCI_HEADER_TYPE,
&header_type);
}
OpenPOWER on IntegriCloud