Skip to content
Snippets Groups Projects
Commit 1bbae2b8 authored by Stefan Roese's avatar Stefan Roese Committed by Wolfgang Denk
Browse files

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


Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent a3455c00
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
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