commit | db4f454cda7ccb0f1b35347f0ae218f511848eaa | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Oct 05 09:22:33 2007 +0200 |
committer | Stefan Roese <sr@denx.de> | Wed Oct 31 21:20:49 2007 +0100 |
tree | 22831d0e836f872a3ac4419a6105f24ff01ff7d7 | |
parent | 7a41bde8fe221154f87c6552f57c27534800e3cf [diff] |
ppc4xx: 4xx_pcie: Disable debug output as default Signed-off-by: Stefan Roese <sr@denx.de>
diff --git a/cpu/ppc4xx/4xx_pcie.c b/cpu/ppc4xx/4xx_pcie.c index d1ba890..167aba6 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