فهرست منبع

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