Skip to content
Snippets Groups Projects
Commit d9011f9b authored by Peter Tyser's avatar Peter Tyser Committed by Andrew Fleming-AFLEMING
Browse files

85xx: Enable inbound PCI config cycles for X-ES boards cleanup


Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
parent 1f03cbfa
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment