diff options
author | Bartlomiej Sieka <tur@semihalf.com> | 2008-03-20 23:20:31 +0100 |
---|---|---|
committer | Bartlomiej Sieka <tur@semihalf.com> | 2008-03-20 23:20:31 +0100 |
commit | dafaede8a46c7159310239e036c93e31c6374487 (patch) | |
tree | 27daa1cbcec08f3e1cd5d34de12e6c3eda7d40bc | |
parent | fbe7a155027beacebaee9b32e1ada781fe924bca (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.c | 1 | ||||
-rw-r--r-- | common/image.c | 1 | ||||
-rw-r--r-- | lib_ppc/bootm.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 2f232e7953..789ee03387 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 6508df955c..f04826a5c8 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 8cdace2859..89463e342f 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> |