From: Bartlomiej Sieka Date: Thu, 20 Mar 2008 22:20:31 +0000 (+0100) Subject: [new uImage] Disable debuging output in preparation for merge with master X-Git-Tag: v1.3.3-rc1~141^2^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dafaede8a46c7159310239e036c93e31c6374487;hp=fbe7a155027beacebaee9b32e1ada781fe924bca;p=u-boot [new uImage] Disable debuging output in preparation for merge with master Signed-off-by: Bartlomiej Sieka --- 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 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 #include