From ddf8d19fc245b0230a2715bbf556ee2e8baef404 Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Wed, 29 Mar 2023 10:39:32 +0800 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/74072 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Felix Held --- src/console/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/console/Kconfig b/src/console/Kconfig index 721cc60e2b..8efe2e4799 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -454,7 +454,7 @@ config CONSOLE_USE_LOGLEVEL_PREFIX config CONSOLE_USE_ANSI_ESCAPES bool "Use ANSI escape sequences for console highlighting" - default y + default y if !CONSOLE_AMD_SIMNOW help 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