X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cpu%2Fmpc85xx%2Fpci.c;h=db09e45fbcc3b5be8fac394d63be77067e9a0129;hb=d61ea14885631e58a25feaa81ee82eb464c62d6a;hp=3c1a323aad2f625c6fa8f5b853de808de5e49953;hpb=3423c44afa70aed6719fc39d4064ae2e67da42eb;p=platform%2Fkernel%2Fu-boot.git diff --git a/cpu/mpc85xx/pci.c b/cpu/mpc85xx/pci.c index 3c1a323..db09e45 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); }