From: Jaehoon Chung Date: Wed, 27 Sep 2017 07:15:32 +0000 (+0900) Subject: common: disable the PERFORMANCE_TEST configuration X-Git-Tag: accepted/tizen/4.0/unified/20170929.080247~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92a4031fe4d8bbf461d724790a341f7c9e558f1c;p=profile%2Fmobile%2Fplatform%2Fkernel%2Fu-boot-tm1.git common: disable the PERFORMANCE_TEST configuration There is no needs to enable PERFORMANCE_TEST. Disabled the PERFORMANCE_TEST configuration. Change-Id: I071a1d9402e807cb6b469119a169567a5b26891b Signed-off-by: Jaehoon Chung --- diff --git a/include/common.h b/include/common.h index 4f8a332..478e8bf 100644 --- a/include/common.h +++ b/include/common.h @@ -124,7 +124,6 @@ typedef volatile unsigned char vu_char; #define debugX(level,fmt,args...) #endif /* DEBUG */ -#define PERFORMANCE_TEST 1 #ifdef PERFORMANCE_TEST #define performance_debug(fmt,args...) do { \ printf(fmt "++%lu \n", \