console: Deselect using ANSI escape characters when SimNow is used
To remove the annoying "ESC [1m" at SimNow console window. Change-Id: I300aee946f342f41b94288b75b843956de9d3e88 Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/74072 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
d4c5fc0e8e
commit
ddf8d19fc2
|
@ -454,7 +454,7 @@ config CONSOLE_USE_LOGLEVEL_PREFIX
|
||||||
|
|
||||||
config CONSOLE_USE_ANSI_ESCAPES
|
config CONSOLE_USE_ANSI_ESCAPES
|
||||||
bool "Use ANSI escape sequences for console highlighting"
|
bool "Use ANSI escape sequences for console highlighting"
|
||||||
default y
|
default y if !CONSOLE_AMD_SIMNOW
|
||||||
help
|
help
|
||||||
If enabled, certain consoles (e.g. UART) that are meant to be read on
|
If enabled, certain consoles (e.g. UART) that are meant to be read on
|
||||||
a terminal will use ANSI escape sequences (like `ESC [1m`) to
|
a terminal will use ANSI escape sequences (like `ESC [1m`) to
|
||||||
|
|
Loading…
Reference in New Issue