From 002d107ec93acda72c9e2747376324c40f62093b Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Tue, 11 Feb 2025 17:07:09 -0500 Subject: [PATCH] config/coreboot-t480.config: unset CONFIG_DISPLAY_FSP_VERSION_INFO otherwise build error Signed-off-by: Thierry Laurion --- config/coreboot-t480.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/coreboot-t480.config b/config/coreboot-t480.config index 396b4a42..715257de 100644 --- a/config/coreboot-t480.config +++ b/config/coreboot-t480.config @@ -873,7 +873,7 @@ CONFIG_COMPRESS_SECONDARY_PAYLOAD=y # CONFIG_DISPLAY_FSP_CALLS_AND_STATUS is not set # CONFIG_DISPLAY_FSP_HEADER is not set # CONFIG_VERIFY_HOBS is not set -CONFIG_DISPLAY_FSP_VERSION_INFO=y +# CONFIG_DISPLAY_FSP_VERSION_INFO is not set CONFIG_HAVE_GPIO_SNAPSHOT_VERIFY_SUPPORT=y # CONFIG_CHECK_GPIO_CONFIG_CHANGES is not set