HV: correct loglevel definitions and default values

1. remove duplicated definitions of mem_loglevel/console_loglevel;
2. Set default loglevels to display important messages:
 - CONSOLE_LOGLEVEL_DEFALUT is changed from 2 to 3;
 - MEM_LOGLEVEL_DEFAULT is changed from 4 to 5.

Acked-by: Eddie Dong <eddie.dong@intel.com>
Signed-off-by: Yan, Like <like.yan@intel.com>
This commit is contained in:
Yan, Like
2018-06-19 13:32:59 +08:00
committed by lijinxia
parent 6137ccd6d6
commit 20b50ad4e8
2 changed files with 2 additions and 8 deletions

View File

@@ -81,11 +81,11 @@ config HEAP_SIZE
config CONSOLE_LOGLEVEL_DEFAULT
int "Default loglevel on the serial console"
default 2
default 3
config MEM_LOGLEVEL_DEFAULT
int "Default loglevel in memory"
default 4
default 5
config LOW_RAM_SIZE
hex "Size of the low RAM region"