diff options
| author | Thomas Weber <weber@corscience.de> | 2011-12-05 22:19:36 +0000 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-12-06 12:03:08 +0100 | 
| commit | a621614d0cda202408f6f500bbb46b92e599e98b (patch) | |
| tree | 85b7065e64c08646ae4c07a5a612b610c98bf6e7 | |
| parent | d194837fc3042d943ba088fcc221d534330b2872 (diff) | |
| download | olio-uboot-2014.01-a621614d0cda202408f6f500bbb46b92e599e98b.tar.xz olio-uboot-2014.01-a621614d0cda202408f6f500bbb46b92e599e98b.zip | |
env_nand: Remove DEBUG definition
Signed-off-by: Thomas Weber <weber@corscience.de>
| -rw-r--r-- | 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 ce13def90..3cb75c896 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> |