summaryrefslogtreecommitdiffstats
path: root/cpu
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-10-05 09:22:33 +0200
committerStefan Roese <sr@denx.de>2007-10-31 21:20:49 +0100
commitff68f66bcb0da847845aa2fac11eba6c25938c99 (patch)
tree22831d0e836f872a3ac4419a6105f24ff01ff7d7 /cpu
parent97923770cb52b64d69eec958a11b2eda8d46e0f7 (diff)
downloadtalos-obmc-uboot-ff68f66bcb0da847845aa2fac11eba6c25938c99.tar.gz
talos-obmc-uboot-ff68f66bcb0da847845aa2fac11eba6c25938c99.zip
ppc4xx: 4xx_pcie: Disable debug output as default
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'cpu')
-rw-r--r--cpu/ppc4xx/4xx_pcie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/4xx_pcie.c b/cpu/ppc4xx/4xx_pcie.c
index d1ba890531..167aba6960 100644
--- 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
OpenPOWER on IntegriCloud