From: Stefan Roese Date: Fri, 5 Oct 2007 07:22:33 +0000 (+0200) Subject: ppc4xx: 4xx_pcie: Disable debug output as default X-Git-Tag: v1.3.2-rc1~102^2~129 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ff68f66bcb0da847845aa2fac11eba6c25938c99;p=u-boot ppc4xx: 4xx_pcie: Disable debug output as default Signed-off-by: Stefan Roese --- 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