mboot: disable DEBUG
authorH. Peter Anvin <hpa@zytor.com>
Thu, 30 Apr 2009 17:04:35 +0000 (10:04 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 30 Apr 2009 17:06:06 +0000 (10:06 -0700)
Disable DEBUG in mboot.c32, which was accidentally enabled in a
previous commit.

Reported-by: Sebastian Herbszt <herbszt@gmx.de>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/mboot/mboot.h

index c14ed81..c05d69f 100644 (file)
@@ -54,7 +54,7 @@
 #include "mb_header.h"
 #include "mb_info.h"
 
-#define DEBUG 1
+#define DEBUG 0
 #if DEBUG
 # define dprintf printf
 #else