From b6954fa16f2a9b888991d92a6fd2759fae47aaf1 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 24 Nov 2023 14:37:07 +0100 Subject: configs: Drop reference to USE_CANNONLAKE_FSP_CAR This follows commit 5e8c906 which removed the symbol. Since Kconfig is going to become more strict about unknown symbols, fix it. As the config file's name indicates that its sole purpose is to test integration of FSP's CAR, just drop the configuration altogether. Change-Id: Idde7bf590c935a83e8f85f7d0a8e4b6954702319 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/79257 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer Reviewed-by: Arthur Heymans --- configs/config.intel_coffeelake_rvp11.fsp_car | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 configs/config.intel_coffeelake_rvp11.fsp_car diff --git a/configs/config.intel_coffeelake_rvp11.fsp_car b/configs/config.intel_coffeelake_rvp11.fsp_car deleted file mode 100644 index 689821717efe..000000000000 --- a/configs/config.intel_coffeelake_rvp11.fsp_car +++ /dev/null @@ -1,7 +0,0 @@ -CONFIG_USE_BLOBS=y -CONFIG_VENDOR_INTEL=y -CONFIG_INTEL_GMA_VBT_FILE="3rdparty/fsp/CoffeeLakeFspBinPkg/SampleCode/Vbt/Vbt.bin" -CONFIG_BOARD_INTEL_COFFEELAKE_RVP11=y -CONFIG_USE_CANNONLAKE_FSP_CAR=y -CONFIG_RUN_FSP_GOP=y -CONFIG_PAYLOAD_NONE=y -- cgit v1.2.3