Browse Source

[new uImage] Disable debuging output in preparation for merge with master

Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
Bartlomiej Sieka 17 years ago
parent
commit
dafaede8a4
3 changed files with 0 additions and 3 deletions
  1. 0 1
      common/cmd_bootm.c
  2. 0 1
      common/image.c
  3. 0 1
      lib_ppc/bootm.c

+ 0 - 1
common/cmd_bootm.c

@@ -21,7 +21,6 @@
  * MA 02111-1307 USA
  */
 
-#define DEBUG
 
 /*
  * Boot support

+ 0 - 1
common/image.c

@@ -23,7 +23,6 @@
  * MA 02111-1307 USA
  */
 
-#define DEBUG
 
 #ifndef USE_HOSTCC
 #include <common.h>

+ 0 - 1
lib_ppc/bootm.c

@@ -23,7 +23,6 @@
  * MA 02111-1307 USA
  */
 
-#define DEBUG
 
 #include <common.h>
 #include <watchdog.h>