summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvert Pap <evert.pap@sintecs.nl>2016-09-22 08:42:45 (GMT)
committervojo <joris.van.vossen@sintecs.nl>2017-08-23 08:07:14 (GMT)
commita7ec516b418ccad50cf18111ad522f6ecba1ade3 (patch)
tree954bb6a9fbc36c995fc046c648fbd3077a13acf8
parenta48088628a74f5c0e868162777095821422d15a4 (diff)
downloadu-boot-fsl-qoriq-a7ec516b418ccad50cf18111ad522f6ecba1ade3.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 958a40e..c8fb277 100644
--- a/include/common.h
+++ b/include/common.h
@@ -42,7 +42,6 @@ typedef volatile unsigned char vu_char;
#define CONFIG_SYS_SUPPORT_64BIT_DATA
#endif
-#define DEBUG
#ifdef DEBUG
#define _DEBUG 1
#else