projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9792377
)
ppc4xx: 4xx_pcie: Disable debug output as default
author
Stefan Roese
<sr@denx.de>
Fri, 5 Oct 2007 07:22:33 +0000
(09:22 +0200)
committer
Stefan Roese
<sr@denx.de>
Wed, 31 Oct 2007 20:20:49 +0000
(21:20 +0100)
Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/4xx_pcie.c
patch
|
blob
|
history
diff --git
a/cpu/ppc4xx/4xx_pcie.c
b/cpu/ppc4xx/4xx_pcie.c
index
d1ba890
..
167aba6
100644
(file)
--- a/
cpu/ppc4xx/4xx_pcie.c
+++ b/
cpu/ppc4xx/4xx_pcie.c
@@
-21,7
+21,7
@@
*/
/* define DEBUG for debugging output (obviously ;-)) */
-#if
1
+#if
0
#define DEBUG
#endif