diff options
Diffstat (limited to 'board/esd/vme8349/pci.c')
| -rw-r--r-- | board/esd/vme8349/pci.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/esd/vme8349/pci.c b/board/esd/vme8349/pci.c index 94fd32a6f..2802be12d 100644 --- a/board/esd/vme8349/pci.c +++ b/board/esd/vme8349/pci.c @@ -124,7 +124,7 @@ pci_init_board(void)  	udelay(2000);  	if (monarch == 0) { -		mpc83xx_pci_init(1, reg, 0); +		mpc83xx_pci_init(1, reg);  	} else {  		/*  		 * Release PCI RST Output signal |