소스 검색

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 ;-)) */
-#if 1
+#if 0
 #define DEBUG
 #endif