diff options
Diffstat (limited to 'board/freescale/mpc8349itx')
| -rw-r--r-- | board/freescale/mpc8349itx/pci.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/freescale/mpc8349itx/pci.c b/board/freescale/mpc8349itx/pci.c index 38baff30b..7d30d9b85 100644 --- a/board/freescale/mpc8349itx/pci.c +++ b/board/freescale/mpc8349itx/pci.c @@ -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  } |