From e04636bd12b8f8184937ebbe5ecb5503be5027f0 Mon Sep 17 00:00:00 2001 From: kardy Date: Fri, 12 Aug 2016 01:40:55 +0200 Subject: [PATCH 3/4] Enabling debug --- include/common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/common.h b/include/common.h index 3feaae6..70c6b24 100644 --- a/include/common.h +++ b/include/common.h @@ -95,6 +95,8 @@ typedef volatile unsigned char vu_char; #define CONFIG_SYS_SUPPORT_64BIT_DATA #endif +#define DEBUG + #ifdef DEBUG #define _DEBUG 1 #else -- 2.1.4