When compiling with -DDEBUG enabled this caused a warning about multiple definition of DEBUG.
Signed-off-by: Thomas Weber <we...@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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot