summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/google/brya/Kconfig4
-rw-r--r--src/security/vboot/Kconfig2
2 files changed, 2 insertions, 4 deletions
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig
index ce10aa725830..893ec6a31c66 100644
--- a/src/mainboard/google/brya/Kconfig
+++ b/src/mainboard/google/brya/Kconfig
@@ -292,10 +292,6 @@ config VBOOT
select VBOOT_EARLY_EC_SYNC if !BOARD_GOOGLE_BASEBOARD_NISSA
select VBOOT_LID_SWITCH
-config VBOOT_GSC_BOARD_ID
- string
- default "LBTV" if BOARD_GOOGLE_JOXER
-
config DIMM_SPD_SIZE
default 512
diff --git a/src/security/vboot/Kconfig b/src/security/vboot/Kconfig
index a9981874cc5f..a2af5d256417 100644
--- a/src/security/vboot/Kconfig
+++ b/src/security/vboot/Kconfig
@@ -336,6 +336,8 @@ config VBOOT_GSC_BOARD_ID
help
GSC board ID to be embedded in the GSCVD. Usually each specific mainboard variant
has its own. Google engineers can find these in the go/cros-dlm database ("Products").
+ The specific board IDs are filled in as part of the production signing process, so
+ this value is just a default and doesn't need to be set per-variant in coreboot.
(Note: This is a completely separate thing from coreboot's `board_id()` function.)
menu "GBB configuration"