]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/mpc8568mds/mpc8568mds.c
85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards
[people/ms/u-boot.git] / board / freescale / mpc8568mds / mpc8568mds.c
index 7a23b338a593e3fdb5494a116808c5ee437ac1c3..20f70fb520b8d219ed8867d800f7e1e13d532e05 100644 (file)
@@ -397,7 +397,7 @@ pci_init_board(void)
 
                /* outbound memory */
                pci_set_region(r++,
-                               CONFIG_SYS_PCI1_MEM_BASE,
+                               CONFIG_SYS_PCI1_MEM_BUS,
                                CONFIG_SYS_PCI1_MEM_PHYS,
                                CONFIG_SYS_PCI1_MEM_SIZE,
                                PCI_REGION_MEM);
@@ -450,7 +450,7 @@ pci_init_board(void)
 
                /* outbound memory */
                pci_set_region(r++,
-                               CONFIG_SYS_PCIE1_MEM_BASE,
+                               CONFIG_SYS_PCIE1_MEM_BUS,
                                CONFIG_SYS_PCIE1_MEM_PHYS,
                                CONFIG_SYS_PCIE1_MEM_SIZE,
                                PCI_REGION_MEM);