[new uImage] Disable debuging output in preparation for merge with master
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c
index 2f232e7..789ee03 100644
--- a/common/cmd_bootm.c
+++ b/common/cmd_bootm.c
@@ -21,7 +21,6 @@
* MA 02111-1307 USA
*/
-#define DEBUG
/*
* Boot support
diff --git a/common/image.c b/common/image.c
index 6508df9..f04826a 100644
--- a/common/image.c
+++ b/common/image.c
@@ -23,7 +23,6 @@
* MA 02111-1307 USA
*/
-#define DEBUG
#ifndef USE_HOSTCC
#include <common.h>
diff --git a/lib_ppc/bootm.c b/lib_ppc/bootm.c
index 8cdace2..89463e3 100644
--- a/lib_ppc/bootm.c
+++ b/lib_ppc/bootm.c
@@ -23,7 +23,6 @@
* MA 02111-1307 USA
*/
-#define DEBUG
#include <common.h>
#include <watchdog.h>