Explorar o código

ppc4xx: 4xx_pcie: Disable debug output as default

Signed-off-by: Stefan Roese <sr@denx.de>
Stefan Roese %!s(int64=17) %!d(string=hai) anos
pai
achega
ff68f66bcb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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