]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/freescale/mpc8641hpcn/mpc8641hpcn.c
powerpc/86xx: Move PCI/PCIe address defines into common immap_86xx.h
[karo-tx-uboot.git] / board / freescale / mpc8641hpcn / mpc8641hpcn.c
index b352c334cf8eec912e2cf30a9d788085e95c61b9..9e881024fef246388561dfce2ea7760409af4e5f 100644 (file)
@@ -142,7 +142,7 @@ void pci_init_board(void)
 {
 #ifdef CONFIG_PCI1
 {
-       volatile ccsr_fsl_pci_t *pci = (ccsr_fsl_pci_t *) CONFIG_SYS_PCI1_ADDR;
+       volatile ccsr_fsl_pci_t *pci = (ccsr_fsl_pci_t *) CONFIG_SYS_PCIE1_ADDR;
        struct pci_controller *hose = &pci1_hose;
        struct pci_region *r = hose->regions;
        volatile immap_t *immap = (immap_t *) CONFIG_SYS_CCSRBAR;
@@ -208,7 +208,7 @@ void pci_init_board(void)
 
 #ifdef CONFIG_PCI2
 {
-       volatile ccsr_fsl_pci_t *pci = (ccsr_fsl_pci_t *) CONFIG_SYS_PCI2_ADDR;
+       volatile ccsr_fsl_pci_t *pci = (ccsr_fsl_pci_t *) CONFIG_SYS_PCIE2_ADDR;
        struct pci_controller *hose = &pci2_hose;
        struct pci_region *r = hose->regions;