mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-28 09:11:34 +02:00
ppc4xx: Remove PCI async bootup message if PCI is not used
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
a3455c0051
commit
1bbae2b816
@ -597,7 +597,7 @@ int checkcpu (void)
|
|||||||
printf (" Internal PCI arbiter %sabled", pci_arbiter_enabled() ? "en" : "dis");
|
printf (" Internal PCI arbiter %sabled", pci_arbiter_enabled() ? "en" : "dis");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(PCI_ASYNC)
|
#if defined(CONFIG_PCI) && defined(PCI_ASYNC)
|
||||||
if (pci_async_enabled()) {
|
if (pci_async_enabled()) {
|
||||||
printf (", PCI async ext clock used");
|
printf (", PCI async ext clock used");
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user