diff options
author | Stefan Roese <sr@denx.de> | 2007-10-05 09:22:33 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-10-31 21:20:49 +0100 |
commit | ff68f66bcb0da847845aa2fac11eba6c25938c99 (patch) | |
tree | 22831d0e836f872a3ac4419a6105f24ff01ff7d7 /cpu | |
parent | 97923770cb52b64d69eec958a11b2eda8d46e0f7 (diff) | |
download | u-boot-imx-ff68f66bcb0da847845aa2fac11eba6c25938c99.zip u-boot-imx-ff68f66bcb0da847845aa2fac11eba6c25938c99.tar.gz u-boot-imx-ff68f66bcb0da847845aa2fac11eba6c25938c99.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |