diff options
Diffstat (limited to 'board/freescale/mpc837xemds/pci.c')
| -rw-r--r-- | board/freescale/mpc837xemds/pci.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/board/freescale/mpc837xemds/pci.c b/board/freescale/mpc837xemds/pci.c index 24cc13014..df4e748e9 100644 --- a/board/freescale/mpc837xemds/pci.c +++ b/board/freescale/mpc837xemds/pci.c @@ -47,6 +47,9 @@ void pci_init_board(void)  	volatile law83xx_t *pci_law = immr->sysconf.pcilaw;  	struct pci_region *reg[] = { pci_regions }; +	if (board_pci_host_broken()) +		return; +  	/* Enable all 5 PCI_CLK_OUTPUTS */  	clk->occr |= 0xf8000000;  	udelay(2000); |