[PATCH 1/1] configs: enable VIDEO_ANSI on EFI app
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Wed Nov 22 03:36:02 CET 2023
The cls command ignores $stdout if CONFIG_VIDEO_ANSI=n. This leads to
unexpected output.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
configs/efi-x86_app32_defconfig | 1 +
configs/efi-x86_app64_defconfig | 1 +
2 files changed, 2 insertions(+)
diff --git a/configs/efi-x86_app32_defconfig b/configs/efi-x86_app32_defconfig
index dfc315774a..fd963a8ce4 100644
--- a/configs/efi-x86_app32_defconfig
+++ b/configs/efi-x86_app32_defconfig
@@ -38,6 +38,7 @@ CONFIG_BOOTFILE="bzImage"
CONFIG_USE_ROOTPATH=y
CONFIG_REGMAP=y
CONFIG_SYSCON=y
+CONFIG_VIDEO_ANSI=y
# CONFIG_REGEX is not set
# CONFIG_GZIP is not set
CONFIG_EFI=y
diff --git a/configs/efi-x86_app64_defconfig b/configs/efi-x86_app64_defconfig
index e0cfe3ee24..14435290d6 100644
--- a/configs/efi-x86_app64_defconfig
+++ b/configs/efi-x86_app64_defconfig
@@ -40,6 +40,7 @@ CONFIG_BOOTFILE="bzImage"
CONFIG_USE_ROOTPATH=y
CONFIG_REGMAP=y
CONFIG_SYSCON=y
+CONFIG_VIDEO_ANSI=y
CONFIG_CONSOLE_SCROLL_LINES=5
# CONFIG_REGEX is not set
CONFIG_CMD_DHRYSTONE=y
--
2.40.1
More information about the U-Boot
mailing list