diff options
Diffstat (limited to 'board/freescale/mpc8548cds/mpc8548cds.c')
| -rw-r--r-- | board/freescale/mpc8548cds/mpc8548cds.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/freescale/mpc8548cds/mpc8548cds.c b/board/freescale/mpc8548cds/mpc8548cds.c index 90e89bc71..ff8d26fb9 100644 --- a/board/freescale/mpc8548cds/mpc8548cds.c +++ b/board/freescale/mpc8548cds/mpc8548cds.c @@ -306,7 +306,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); @@ -390,7 +390,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); |