diff options
Diffstat (limited to 'board/freescale/mpc837xemds/pci.c')
| -rw-r--r-- | board/freescale/mpc837xemds/pci.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/freescale/mpc837xemds/pci.c b/board/freescale/mpc837xemds/pci.c index 82f34f85c..77c5bda6a 100644 --- a/board/freescale/mpc837xemds/pci.c +++ b/board/freescale/mpc837xemds/pci.c @@ -108,7 +108,7 @@ void pci_init_board(void)  	udelay(2000); -	mpc83xx_pci_init(1, reg, 0); +	mpc83xx_pci_init(1, reg);  skip_pci:  	/* There is no PEX in MPC8379 parts. */  	if (PARTID_NO_E(spridr) == SPR_8379) |