mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 09:17:58 +00:00
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user