From bc2103c527ce8ee62a22cd00eba61041b41a52bc Mon Sep 17 00:00:00 2001 From: Horst Schirmeier Date: Fri, 14 Feb 2014 18:09:46 +0100 Subject: [PATCH] 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 --- src/core/sal/bochs/BochsNonVerbose.ah | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/sal/bochs/BochsNonVerbose.ah b/src/core/sal/bochs/BochsNonVerbose.ah index a978f6e7..84476cc6 100644 --- a/src/core/sal/bochs/BochsNonVerbose.ah +++ b/src/core/sal/bochs/BochsNonVerbose.ah @@ -43,7 +43,7 @@ aspect BochsNonVerbose { action = ACT_IGNORE; break; case LOGLEV_ERROR: - action = ACT_REPORT; + action = ACT_IGNORE; break; case LOGLEV_PANIC: default: