common: disable the PERFORMANCE_TEST configuration 59/152859/2
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 27 Sep 2017 07:15:32 +0000 (16:15 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 27 Sep 2017 11:33:39 +0000 (11:33 +0000)
There is no needs to enable PERFORMANCE_TEST.
Disabled the PERFORMANCE_TEST configuration.

Change-Id: I071a1d9402e807cb6b469119a169567a5b26891b
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
include/common.h

index 4f8a332..478e8bf 100644 (file)
@@ -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",  \