浏览代码

ppc4xx: 4xx_pcie: Disable debug output as default

Signed-off-by: Stefan Roese <sr@denx.de>
Stefan Roese 17 年之前
父节点
当前提交
ff68f66bcb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cpu/ppc4xx/4xx_pcie.c

+ 1 - 1
cpu/ppc4xx/4xx_pcie.c

@@ -21,7 +21,7 @@
  */
  */
 
 
 /* define DEBUG for debugging output (obviously ;-)) */
 /* define DEBUG for debugging output (obviously ;-)) */
-#if 1
+#if 0
 #define DEBUG
 #define DEBUG
 #endif
 #endif