projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3455c0
)
ppc4xx: Remove PCI async bootup message if PCI is not used
author
Stefan Roese
<sr@denx.de>
Wed, 27 May 2009 08:34:32 +0000
(10:34 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Fri, 12 Jun 2009 18:39:52 +0000
(20:39 +0200)
Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/cpu.c
patch
|
blob
|
history
diff --git
a/cpu/ppc4xx/cpu.c
b/cpu/ppc4xx/cpu.c
index 9a6a8d7c9b5d62d0ee8c1a8a281af4d11badc8a3..06f44ad376fb7931e897f5562d30cd963314dd96 100644
(file)
--- a/
cpu/ppc4xx/cpu.c
+++ b/
cpu/ppc4xx/cpu.c
@@
-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 {