Merge branch 'master' of git://git.denx.de/u-boot-ti
[oweals/u-boot.git] / board / freescale / mpc8349itx / pci.c
index 38baff30b140f279791ee3436d773dffa239365b..7d30d9b85f003b98da5ab16ca342977d4d32baf3 100644 (file)
@@ -114,8 +114,8 @@ void pci_init_board(void)
        udelay(2000);
 
 #ifndef CONFIG_MPC83XX_PCI2
-       mpc83xx_pci_init(1, reg, 0);
+       mpc83xx_pci_init(1, reg);
 #else
-       mpc83xx_pci_init(2, reg, 0);
+       mpc83xx_pci_init(2, reg);
 #endif
 }