summaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/Kconfig
diff options
context:
space:
mode:
authorPhilip Chen <philipchen@google.com>2019-07-18 21:34:01 -0700
committerMartin Roth <martinroth@google.com>2019-07-21 18:54:18 +0000
commitb3042ed234ee38aed217b652e868f5dc0711c194 (patch)
tree4d1c7114781b40851caaef54b585809aace865f1 /src/mainboard/google/hatch/Kconfig
parentd03ae8c33a470faaef1ffcbae8ad7d6f1e203e04 (diff)
downloadcoreboot-b3042ed234ee38aed217b652e868f5dc0711c194.tar.xz
mb/google/hatch: Remove hatch_whl
Hatch_whl variant is deprecated. BUG=b:137180390 Change-Id: I88fa201398ad5fb70da48d022f1ae86fecafa660 Signed-off-by: Philip Chen <philipchen@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34432 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/hatch/Kconfig')
-rw-r--r--src/mainboard/google/hatch/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/hatch/Kconfig b/src/mainboard/google/hatch/Kconfig
index 80451299f6..30e0e3d1d6 100644
--- a/src/mainboard/google/hatch/Kconfig
+++ b/src/mainboard/google/hatch/Kconfig
@@ -63,7 +63,6 @@ config GBB_HWID
string
depends on CHROMEOS
default "HATCH TEST 1823" if BOARD_GOOGLE_HATCH
- default "HATCH_WHL TEST 2374" if BOARD_GOOGLE_HATCH_WHL
default "HELIOS TEST 0878" if BOARD_GOOGLE_HELIOS
default "KINDRED TEST 2636" if BOARD_GOOGLE_KINDRED
default "KOHAKU TEST 1953" if BOARD_GOOGLE_KOHAKU
@@ -79,7 +78,6 @@ config MAINBOARD_FAMILY
config MAINBOARD_PART_NUMBER
string
default "Hatch" if BOARD_GOOGLE_HATCH
- default "Hatch_whl" if BOARD_GOOGLE_HATCH_WHL
default "Helios" if BOARD_GOOGLE_HELIOS
default "Kindred" if BOARD_GOOGLE_KINDRED
default "Kohaku" if BOARD_GOOGLE_KOHAKU
@@ -103,7 +101,6 @@ config TPM_TIS_ACPI_INTERRUPT
config VARIANT_DIR
string
default "hatch" if BOARD_GOOGLE_HATCH
- default "hatch_whl" if BOARD_GOOGLE_HATCH_WHL
default "helios" if BOARD_GOOGLE_HELIOS
default "kindred" if BOARD_GOOGLE_KINDRED
default "kohaku" if BOARD_GOOGLE_KOHAKU