From c18aa1c777fadc02d5ffffa7bc2cf71cde784330 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Fri, 8 Sep 2017 15:14:30 -0700 Subject: vboot: Use "Google_" as VBOOT_FWID_MODEL prefix if CHROMEOS is set CONFIG_MAINBOARD_VENDOR is customizable by OEM for Chrome OS devices. However, VBOOT_FWID_MODEL indicates the firmware vendor and hence if CHROMEOS is selected, then VBOOT_FWID_MODEL should always prefix "Google_" instead of CONFIG_MAINBOARD_VENDOR. BUG=b:65493192 Change-Id: I0a2280bfd6d535586bc14d9a3c4a8198287f08bc Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/21458 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- src/vboot/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 -- cgit v1.2.3