Explorar el Código

ppc4xx: 4xx_pcie: Disable debug output as default

Signed-off-by: Stefan Roese <sr@denx.de>
Stefan Roese hace 17 años
padre
commit
ff68f66bcb
Se han modificado 1 ficheros con 1 adiciones y 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