summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorEvan Wilson <evan@oliodevices.com>2014-03-31 17:47:37 -0700
committerEvan Wilson <evan@oliodevices.com>2014-03-31 17:47:37 -0700
commit79c474e34227364895d4b195692f136cf486983c (patch)
treee387ca78490ee1fd8374d67ab6ab8228902dddca /include/common.h
parent98eaff30765bd4cce711e594034d01238354464a (diff)
downloadolio-uboot-2014.01-79c474e34227364895d4b195692f136cf486983c.tar.xz
olio-uboot-2014.01-79c474e34227364895d4b195692f136cf486983c.zip
Working with MMC->UART3 boot config
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 409515f49..2202d3948 100644
--- a/include/common.h
+++ b/include/common.h
@@ -99,6 +99,7 @@ typedef volatile unsigned char vu_char;
#include <flash.h>
#include <image.h>
+#define DEBUG
#ifdef DEBUG
#define _DEBUG 1
#else