aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartlomiej Sieka <tur@semihalf.com>2008-03-20 23:20:31 +0100
committerBartlomiej Sieka <tur@semihalf.com>2008-03-20 23:20:31 +0100
commitdafaede8a46c7159310239e036c93e31c6374487 (patch)
tree27daa1cbcec08f3e1cd5d34de12e6c3eda7d40bc
parentfbe7a155027beacebaee9b32e1ada781fe924bca (diff)
[new uImage] Disable debuging output in preparation for merge with master
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
-rw-r--r--common/cmd_bootm.c1
-rw-r--r--common/image.c1
-rw-r--r--lib_ppc/bootm.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c
index 2f232e795..789ee0338 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 6508df955..f04826a5c 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 8cdace285..89463e342 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>