[new uImage] Disable debuging output in preparation for merge with master
authorBartlomiej Sieka <tur@semihalf.com>
Thu, 20 Mar 2008 22:20:31 +0000 (23:20 +0100)
committerBartlomiej Sieka <tur@semihalf.com>
Thu, 20 Mar 2008 22:20:31 +0000 (23:20 +0100)
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
common/cmd_bootm.c
common/image.c
lib_ppc/bootm.c

index 2f232e7..789ee03 100644 (file)
@@ -21,7 +21,6 @@
  * MA 02111-1307 USA
  */
 
-#define DEBUG
 
 /*
  * Boot support
index 6508df9..f04826a 100644 (file)
@@ -23,7 +23,6 @@
  * MA 02111-1307 USA
  */
 
-#define DEBUG
 
 #ifndef USE_HOSTCC
 #include <common.h>
index 8cdace2..89463e3 100644 (file)
@@ -23,7 +23,6 @@
  * MA 02111-1307 USA
  */
 
-#define DEBUG
 
 #include <common.h>
 #include <watchdog.h>