diff options
-rw-r--r-- | src/vboot/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vboot/Kconfig b/src/vboot/Kconfig index c4b4687585..8c8dffe85f 100644 --- a/src/vboot/Kconfig +++ b/src/vboot/Kconfig @@ -199,6 +199,7 @@ config VBOOT_WIPEOUT_SUPPORTED config VBOOT_FWID_MODEL string "Firmware ID model" + default "Google_$(CONFIG_MAINBOARD_PART_NUMBER)" if CHROMEOS default "$(CONFIG_MAINBOARD_VENDOR)_$(CONFIG_MAINBOARD_PART_NUMBER)" help This is the first part of the FWID written to various regions of a |