diff options
author | Furquan Shaikh <furquan@google.com> | 2020-07-07 13:10:37 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2020-07-08 23:07:50 +0000 |
commit | 85dcd2f1ea2cc140f1bbd724d32db532d4908a44 (patch) | |
tree | f6121cb6aff3424588256e7c9ba2bd4b40d4c74f /src/mainboard | |
parent | 30ee0d881b5c5568fb8e1cf0ad2144b9e84d6a06 (diff) |
mb/google/zork: Do not select VARIANT_SUPPORTS_PRE_V3_SCHEMATICS for Vilboz
This change drops the selection of VARIANT_SUPPORTS_PRE_V3_SCHEMATICS
for Vilboz since it did not have any build with pre-v3 schematics.
Change-Id: I3919ad43e1dae95a4fa71073e83865e92f30dfec
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43225
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/zork/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/zork/Kconfig b/src/mainboard/google/zork/Kconfig index 057090bda5..50cc6f8a11 100644 --- a/src/mainboard/google/zork/Kconfig +++ b/src/mainboard/google/zork/Kconfig @@ -156,7 +156,6 @@ config VARIANT_SUPPORTS_PRE_V3_SCHEMATICS default y if BOARD_GOOGLE_MORPHIUS default y if BOARD_GOOGLE_BERKNIP default y if BOARD_GOOGLE_DALBOZ - default y if BOARD_GOOGLE_VILBOZ default n help Whether this variant supports pre-v3 version of schematics. @@ -172,7 +171,6 @@ config VARIANT_MIN_BOARD_ID_V3_SCHEMATICS default 3 if BOARD_GOOGLE_MORPHIUS default 2 if BOARD_GOOGLE_BERKNIP default 3 if BOARD_GOOGLE_DALBOZ - default 1 if BOARD_GOOGLE_VILBOZ default 256 help Minimum board version where the variant starts supporting |