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: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff68f66bcb0da847845aa2fac11eba6c25938c99;p=pandora-u-boot.git 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 d1ba8905312..167aba69608 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