ppc4xx: 4xx_pcie: Disable debug output as default

Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Stefan Roese 2007-10-05 09:22:33 +02:00
parent 97923770cb
commit ff68f66bcb

View File

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