summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc837xemds/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mpc837xemds/pci.c')
-rw-r--r--board/freescale/mpc837xemds/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc837xemds/pci.c b/board/freescale/mpc837xemds/pci.c
index 77c5bda6ad..edb3ff03b0 100644
--- a/board/freescale/mpc837xemds/pci.c
+++ b/board/freescale/mpc837xemds/pci.c
@@ -138,7 +138,7 @@ skip_pci:
out_be32(&pcie_law[1].bar, CONFIG_SYS_PCIE2_BASE & LAWBAR_BAR);
out_be32(&pcie_law[1].ar, LBLAWAR_EN | LBLAWAR_512MB);
- mpc83xx_pcie_init(pex2 ? 1 : 2, pcie_reg, 0);
+ mpc83xx_pcie_init(pex2 ? 1 : 2, pcie_reg);
}
void ft_pcie_fixup(void *blob, bd_t *bd)
OpenPOWER on IntegriCloud