From 114d24cd7a11e5cf6bb61a8add8d51c26ab65379 Mon Sep 17 00:00:00 2001 From: Yidi Lin Date: Thu, 16 Oct 2025 16:26:31 +0800 Subject: [PATCH] lib: Generalize BMP_LOGO help text The help description for `CONFIG_BMP_LOGO` in `src/lib/Kconfig` is updated to be more generic. Change-Id: Ic95aabe3fa3178ed5a8e4a2105364e8fb397d85f Signed-off-by: Yidi Lin Reviewed-on: https://review.coreboot.org/c/coreboot/+/89607 Tested-by: build bot (Jenkins) Reviewed-by: Yu-Ping Wu Reviewed-by: Paul Menzel --- src/lib/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Kconfig b/src/lib/Kconfig index ea6852d601..6407c82cfa 100644 --- a/src/lib/Kconfig +++ b/src/lib/Kconfig @@ -162,7 +162,7 @@ config BMP_LOGO bool "Enable logo" default n help - Uses the FSP to display the boot logo. This method supports a + Displays a BMP logo during boot. This method supports a BMP file only. The uncompressed size can be up to 1 MB. The logo can be compressed based on either `BMP_LOGO_COMPRESS_*` configs (default LZMA).