diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2008-12-23 16:32:01 -0600 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-12-29 12:48:19 -0600 |
commit | d9011f9b75561a0bd9254934c2bb2bc799d4f645 (patch) | |
tree | e27e38e09a955d1ae70c446b0d0547c5518312c8 /board | |
parent | 1f03cbfae221b24ba1341a0a3f62ff01c5c874df (diff) | |
download | u-boot-imx-d9011f9b75561a0bd9254934c2bb2bc799d4f645.zip u-boot-imx-d9011f9b75561a0bd9254934c2bb2bc799d4f645.tar.gz u-boot-imx-d9011f9b75561a0bd9254934c2bb2bc799d4f645.tar.bz2 |
85xx: Enable inbound PCI config cycles for X-ES boards cleanup
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/xes/common/fsl_85xx_pci.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/xes/common/fsl_85xx_pci.c b/board/xes/common/fsl_85xx_pci.c index cd65a73..9673a02 100644 --- a/board/xes/common/fsl_85xx_pci.c +++ b/board/xes/common/fsl_85xx_pci.c @@ -179,6 +179,10 @@ void pci_init_board(void) fsl_pci_init(hose); + /* Unlock inbound PCI configuration cycles */ + if (!host) + fsl_pci_config_unlock(hose); + first_free_busno = hose->last_busno + 1; printf(" PCI1 on bus %02x - %02x\n", hose->first_busno, hose->last_busno); |