src/mb/google/hatch: remove "sushi" variant.
Sushi is not a real product, just a test of the new_variant program. The effort to keep it up-to-date with the rest of Hatch is no longer worth it. Remove the variant. BUG=b:168030592 TEST=build bot is successful, hatch-cq builds successfully Signed-off-by: Paul Fagerburg <pfagerburg@chromium.org> Change-Id: I2b0036f3cbdea4bfaed1274ab87a20d24c75de57 Reviewed-on: https://review.coreboot.org/c/coreboot/+/45175 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
committed by
Paul Fagerburg
parent
68aed150b9
commit
40488bdcd1
@@ -140,7 +140,6 @@ config MAINBOARD_PART_NUMBER
|
||||
default "Nightfury" if BOARD_GOOGLE_NIGHTFURY
|
||||
default "Puff" if BOARD_GOOGLE_PUFF
|
||||
default "Stryke" if BOARD_GOOGLE_STRYKE
|
||||
default "Sushi" if BOARD_GOOGLE_SUSHI
|
||||
default "Wyvern" if BOARD_GOOGLE_WYVERN
|
||||
default "Dooly" if BOARD_GOOGLE_DOOLY
|
||||
|
||||
@@ -174,7 +173,6 @@ config VARIANT_DIR
|
||||
default "nightfury" if BOARD_GOOGLE_NIGHTFURY
|
||||
default "puff" if BOARD_GOOGLE_PUFF
|
||||
default "stryke" if BOARD_GOOGLE_STRYKE
|
||||
default "sushi" if BOARD_GOOGLE_SUSHI
|
||||
default "wyvern" if BOARD_GOOGLE_WYVERN
|
||||
default "dooly" if BOARD_GOOGLE_DOOLY
|
||||
|
||||
|
Reference in New Issue
Block a user