sal/bochs: don't show errors in non-verbose mode
The patched eCos variant we analyze intentionally overflows the 16550 UART FIFOs, flooding the terminal with Bochs error messages. Enabling CONFIG_BOCHS_NON_VERBOSE now also enforces ignoring error messages, regardless of log verbosity settings in the bochsrc. Change-Id: If14e2532234e61bf60720a45150ef4973e8d508b
This commit is contained in:
@ -43,7 +43,7 @@ aspect BochsNonVerbose {
|
||||
action = ACT_IGNORE;
|
||||
break;
|
||||
case LOGLEV_ERROR:
|
||||
action = ACT_REPORT;
|
||||
action = ACT_IGNORE;
|
||||
break;
|
||||
case LOGLEV_PANIC:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user