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

Thomas Weber weber at corscience.de
Tue Dec 6 09:19:36 CET 2011


Signed-off-by: Thomas Weber <weber at corscience.de>
---
Changelog:
	v2: Remove DEBUG definition instead of commenting
	
 common/env_nand.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/common/env_nand.c b/common/env_nand.c
index ce13def..3cb75c8 100644
--- a/common/env_nand.c
+++ b/common/env_nand.c
@@ -30,8 +30,6 @@
  * MA 02111-1307 USA
  */
 
-#define DEBUG
-
 #include <common.h>
 #include <command.h>
 #include <environment.h>
-- 
1.7.8



More information about the U-Boot mailing list