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:
Horst Schirmeier
2014-02-14 18:09:46 +01:00
parent 953fbe2156
commit bc2103c527

View File

@ -43,7 +43,7 @@ aspect BochsNonVerbose {
action = ACT_IGNORE;
break;
case LOGLEV_ERROR:
action = ACT_REPORT;
action = ACT_IGNORE;
break;
case LOGLEV_PANIC:
default: