mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
85xx: Enable inbound PCI config cycles for X-ES boards cleanup
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
parent
1f03cbfae2
commit
d9011f9b75
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue