summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvert Pap <evert.pap@sintecs.nl>2016-09-22 08:42:45 (GMT)
committerEvert Pap <evert.pap@sintecs.nl>2016-09-22 08:42:45 (GMT)
commit9e0a6d8408b2408a79686aa6ddd2a48e4a48bfea (patch)
tree1c8e8209f0d15f4070c32c780932f820041bc3c4
parentf029d670556a685862f5498dc5d206ed0a92f43b (diff)
downloadu-boot-fsl-qoriq-9e0a6d8408b2408a79686aa6ddd2a48e4a48bfea.tar.xz
Remove debug flag
-rw-r--r--include/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index ee7a7a0..e9f0dea 100644
--- a/include/common.h
+++ b/include/common.h
@@ -95,7 +95,6 @@ typedef volatile unsigned char vu_char;
#define CONFIG_SYS_SUPPORT_64BIT_DATA
#endif
-#define DEBUG
#ifdef DEBUG
#define _DEBUG 1
#else