diff options
author | Martin Roth <gaumless@gmail.com> | 2023-11-09 10:57:37 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-11-13 14:19:21 +0000 |
commit | f52367a907d5ea27c83593611bf2a38b7b7ba764 (patch) | |
tree | 9fdd3fb22c40fd34eccc1cd15ba00e9b284d2cc6 /src | |
parent | c827c9b216f7e0d9cfd856f03ed18544e8208193 (diff) |
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 <gaumless@gmail.com>
Change-Id: Ia29d8d6ec17b172e662ff591849f1668d65f1ff9
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78967
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/brox/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/google/brya/Kconfig | 4 |
2 files changed, 0 insertions, 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 |