hv: remove CONFIG_LOG_DESTINATION

The CONFIG_LOG_DESTINATION parameter selects where the logging messages
send to,serial console or memory or npk device MMIO region.

Now we want to remove it and check the loglevel of each channel,close the
output when the loglevel is ZERO.

Tracked-On: #6934
Signed-off-by: Chenli Wei <chenli.wei@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
Chenli Wei
2021-11-30 10:35:47 +08:00
committed by wenlingz
parent de5abd5265
commit 7390488b8d
4 changed files with 17 additions and 17 deletions

View File

@@ -6,7 +6,7 @@
#include <types.h>
void init_logmsg(__unused uint32_t flags) {}
void init_logmsg() {}
void do_logmsg(__unused uint32_t severity, __unused const char *fmt, ...) {}
void printf(__unused const char *fmt, ...) {}
void vprintf(__unused const char *fmt, __unused va_list args) {}