[U-Boot] [PATCH] env_nand: Remove DEBUG definition

Thomas Weber weber at corscience.de
Thu Nov 10 09:10:00 CET 2011


When compiling with -DDEBUG enabled this caused a
warning about multiple definition of DEBUG.

Signed-off-by: Thomas Weber <weber at corscience.de>
---
 common/env_nand.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common/env_nand.c b/common/env_nand.c
index 14446a6..e71a229 100644
--- a/common/env_nand.c
+++ b/common/env_nand.c
@@ -30,7 +30,7 @@
  * MA 02111-1307 USA
  */
 
-#define DEBUG
+/* #define DEBUG */
 
 #include <common.h>
 #include <command.h>
-- 
1.7.8.rc1



More information about the U-Boot mailing list