提交 ec21aee6 编写于 作者: T Tim Harvey 提交者: Stefano Babic

pci: allow disabling of pci init/enum via env

Signed-off-by: NTim Harvey <tharvey@gateworks.com>
上级 5c34c2ab
......@@ -458,6 +458,10 @@ void pci_init(void)
{
hose_head = NULL;
/* allow env to disable pci init/enum */
if (getenv("pcidisable") != NULL)
return;
/* now call board specific pci_init()... */
pci_init_board();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册