Эх сурвалжийг харах

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

Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
Bartlomiej Sieka 17 жил өмнө
parent
commit
dafaede8a4

+ 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>