]> git.sur5r.net Git - u-boot/commitdiff
[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 2f232e79538a74dcabc1be51bd8d8bd47ac4d29b..789ee03387e2f80b06a3ec7baaca2d8b2a63cb7f 100644 (file)
@@ -21,7 +21,6 @@
  * MA 02111-1307 USA
  */
 
-#define DEBUG
 
 /*
  * Boot support
index 6508df955ce6489a42698021cabca96e9789afa2..f04826a5c86d8f5ca0a7c0db8a571a3530b148db 100644 (file)
@@ -23,7 +23,6 @@
  * MA 02111-1307 USA
  */
 
-#define DEBUG
 
 #ifndef USE_HOSTCC
 #include <common.h>
index 8cdace2859474dbba5ade46ea6cef5deadad7067..89463e342f0f4accb4175ed1f67961986b397205 100644 (file)
@@ -23,7 +23,6 @@
  * MA 02111-1307 USA
  */
 
-#define DEBUG
 
 #include <common.h>
 #include <watchdog.h>