提交 1bbae2b8 编写于 作者: S Stefan Roese 提交者: Wolfgang Denk

ppc4xx: Remove PCI async bootup message if PCI is not used

Signed-off-by: NStefan Roese <sr@denx.de>
上级 a3455c00
......@@ -597,7 +597,7 @@ int checkcpu (void)
printf (" Internal PCI arbiter %sabled", pci_arbiter_enabled() ? "en" : "dis");
#endif
#if defined(PCI_ASYNC)
#if defined(CONFIG_PCI) && defined(PCI_ASYNC)
if (pci_async_enabled()) {
printf (", PCI async ext clock used");
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册