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>
This commit is contained in:
parent
30ee0d881b
commit
85dcd2f1ea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue