From f9ba787fd1c74a35bc75ffce86b4a71097742b69 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Wed, 12 Feb 2025 11:57:24 -0500 Subject: [PATCH] config/coreboot-t480.config: set CONFIG_FSP_USE_REPO=y 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 715257de..ff282ab9 100644 --- a/config/coreboot-t480.config +++ b/config/coreboot-t480.config @@ -643,7 +643,7 @@ CONFIG_DRIVERS_UART=y # CONFIG_DRIVERS_GENESYSLOGIC_GL9763E is not set CONFIG_DRIVERS_I2C_DESIGNWARE=y # CONFIG_DRIVERS_I2C_MAX98396 is not set -# CONFIG_FSP_USE_REPO is not set +CONFIG_FSP_USE_REPO=y # CONFIG_DISPLAY_HOBS is not set # CONFIG_DISPLAY_UPD_DATA is not set # CONFIG_BMP_LOGO is not set