summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc8323erdb
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mpc8323erdb')
-rw-r--r--board/freescale/mpc8323erdb/mpc8323erdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc8323erdb/mpc8323erdb.c b/board/freescale/mpc8323erdb/mpc8323erdb.c
index 8680a19a6f..7a0ff184fc 100644
--- a/board/freescale/mpc8323erdb/mpc8323erdb.c
+++ b/board/freescale/mpc8323erdb/mpc8323erdb.c
@@ -173,7 +173,7 @@ void pci_init_board(void)
pci_law[1].bar = CONFIG_SYS_PCI1_IO_PHYS & LAWBAR_BAR;
pci_law[1].ar = LBLAWAR_EN | LBLAWAR_1MB;
- mpc83xx_pci_init(1, reg, 0);
+ mpc83xx_pci_init(1, reg);
}
#if defined(CONFIG_OF_BOARD_SETUP)
OpenPOWER on IntegriCloud