mute debug message in RAM1 (changed)

pull/4438/head
Yuguo Zou 2017-03-08 20:48:15 +08:00 committed by Martin Kojtal
parent f8019f4526
commit 9a0cb73447
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@
#define CONFIG_UART_LOG_HISTORY 1
#undef CONFIG_CONSOLE_NORMALL_MODE
#define CONFIG_CONSOLE_VERIFY_MODE 1
//#define CONFIG_DEBUG_LOG 1
#define CONFIG_DEBUG_LOG 1
#define CONFIG_DEBUG_ERR_MSG 1
#undef CONFIG_DEBUG_WARN_MSG
#undef CONFIG_DEBUG_INFO_MSG

View File

@ -213,7 +213,7 @@ INFRA_START_SECTION void PLAT_Start(void)
HalTimerOpInit_Patch(&HalTimerOp);
#endif
DBG_8195A("===== Enter Image 2 ====\n");
//DBG_8195A("===== Enter Image 2 ====\n");
SystemCoreClockUpdate();