diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2022-02-04 16:16:03 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2022-02-10 21:22:55 +0000 |
commit | cfc594cddd39b5152ea3688388e0ec392f1881e9 (patch) | |
tree | ee3e7bba212e382b8ae66c8b853ff856962a9d7c /src/mainboard/google/reef/Kconfig | |
parent | c9f6baf4253bed56ebad00c7547ac539b56b5ac4 (diff) |
mb/google/reef: Add VBTs for all variants
Adjust Kconfig so all variants use proper VBTs.
Add Makefile entries for variants which use multiple VBTs.
extracted from ChromeOS firmwares:
Google_Coral.10068.113.0
Google_Pyro.9042.233.0
Google_Reef.9042.233.0
Google_Sand.9042.220.0
Google_Snappy.9042.253.0
Change-Id: I46ad4ec321e32d019e44f0741956b18a464fb8ae
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61685
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/google/reef/Kconfig')
-rw-r--r-- | src/mainboard/google/reef/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig index dc5ccba4f6..0073e09706 100644 --- a/src/mainboard/google/reef/Kconfig +++ b/src/mainboard/google/reef/Kconfig @@ -106,8 +106,4 @@ config PRERAM_CBMEM_CONSOLE_SIZE config FMDFILE default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/default.fmd" if !CHROMEOS -# Override the default behavior, since the data.vbt is the same for all variants -config INTEL_GMA_VBT_FILE - default "src/mainboard/\$(MAINBOARDDIR)/data.vbt" - endif # BOARD_GOOGLE_REEF |