From f52367a907d5ea27c83593611bf2a38b7b7ba764 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 9 Nov 2023 10:57:37 -0700 Subject: [PATCH] mb/google: Remove obsolete Kconfig symbol VBT_DATA_SIZE_KB The symbol VBT_DATA_SIZE_KB was removed in commit 8bde652241 - "drivers/intel/gma/opregion: Use CBFS cache to load VBT" CB:77886, however that patch only removed the Kconfig option from the Intel chipsets, leaving it unused in the mainboards. Signed-off-by: Martin Roth Change-Id: Ia29d8d6ec17b172e662ff591849f1668d65f1ff9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/78967 Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Eric Lai --- src/mainboard/google/brox/Kconfig | 4 ---- src/mainboard/google/brya/Kconfig | 4 ---- 2 files changed, 8 deletions(-) diff --git a/src/mainboard/google/brox/Kconfig b/src/mainboard/google/brox/Kconfig index dcd17051b9..2b4038cd26 100644 --- a/src/mainboard/google/brox/Kconfig +++ b/src/mainboard/google/brox/Kconfig @@ -149,8 +149,4 @@ config PCIEXP_DEFAULT_MAX_RESIZABLE_BAR_BITS int default 33 -config VBT_DATA_SIZE_KB - int - default 10 - endif # BOARD_GOOGLE_BROX_COMMON diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 3bfc17d26e..757cfc4136 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -795,8 +795,4 @@ config PCIEXP_DEFAULT_MAX_RESIZABLE_BAR_BITS int default 33 -config VBT_DATA_SIZE_KB - int - default 10 if BOARD_GOOGLE_PIRRHA - endif # BOARD_GOOGLE_BRYA_COMMON