summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc837xemds/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mpc837xemds/pci.c')
-rw-r--r--board/freescale/mpc837xemds/pci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/mpc837xemds/pci.c b/board/freescale/mpc837xemds/pci.c
index 24cc130148..df4e748e97 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);
OpenPOWER on IntegriCloud