summaryrefslogtreecommitdiff
path: root/src/mainboard/google/veyron
diff options
context:
space:
mode:
authorHung-Te Lin <hungte@chromium.org>2019-09-27 12:34:25 +0800
committerPatrick Georgi <pgeorgi@google.com>2019-09-30 11:33:35 +0000
commit4b5d17ebb3431271b2783e53637c02bbdf5b3c38 (patch)
treedf9369c1f72bc8d3422ff8e312a0d2fd0e5929ac /src/mainboard/google/veyron
parent117453e89010069561f15117ff8279dca1f635e4 (diff)
downloadcoreboot-4b5d17ebb3431271b2783e53637c02bbdf5b3c38.tar.xz
mb: remove test-only HWIDs
The CONFIG_GBB_HWID can be generated automatically now so we can remove the test-only HWIDs set in board config files. BUG=b:140067412 TEST=Built few boards (kukui, cheza, octopus) and checked HWID: futility gbb -g coreboot.rom Change-Id: I4070f09d29c5601dff1587fed8c60714eb2558b7 Signed-off-by: Hung-Te Lin <hungte@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35635 Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/veyron')
-rw-r--r--src/mainboard/google/veyron/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mainboard/google/veyron/Kconfig b/src/mainboard/google/veyron/Kconfig
index 9c126fd765..8e29661929 100644
--- a/src/mainboard/google/veyron/Kconfig
+++ b/src/mainboard/google/veyron/Kconfig
@@ -105,13 +105,4 @@ config EC_GOOGLE_CHROMEEC_BOARDNAME
#default "minnie" if BOARD_GOOGLE_VEYRON_MINNIE
#default "speedy" if BOARD_GOOGLE_VEYRON_SPEEDY
-config GBB_HWID
- string
- depends on CHROMEOS
- default "JAQ TEST A-A 8292" if BOARD_GOOGLE_VEYRON_JAQ
- default "JERRY TEST A-A 1250" if BOARD_GOOGLE_VEYRON_JERRY
- default "MIGHTY TEST A-A 4557" if BOARD_GOOGLE_VEYRON_MIGHTY
- default "MINNIE TEST A-A 5151" if BOARD_GOOGLE_VEYRON_MINNIE
- default "SPEEDY TEST A-A 8421" if BOARD_GOOGLE_VEYRON_SPEEDY
-
endif # BOARD_GOOGLE_VEYRON