[U-Boot-Users] [PATCH 5/7] [new uImage] Disable debuging output in preparation for merge with master
Bartlomiej Sieka
tur at semihalf.com
Fri Mar 21 00:46:15 CET 2008
Signed-off-by: Bartlomiej Sieka <tur at semihalf.com>
---
common/cmd_bootm.c | 1 -
common/image.c | 1 -
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 2f232e7..789ee03 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 6508df9..f04826a 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 8cdace2..89463e3 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>
More information about the U-Boot
mailing list