[coreboot-gerrit] New patch to review for coreboot: chromeos/Kconfig: Add GBB_HAVE_BMPFV symbol

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Tue Feb 9 19:22:15 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13647

-gerrit

commit 27c8a485721d13d35d2365c3925d36648a00ab49
Author: Martin Roth <martinroth at chromium.org>
Date:   Tue Feb 9 11:21:17 2016 -0700

    chromeos/Kconfig: Add GBB_HAVE_BMPFV symbol
    
    Presumably, this symbol will be selected by mainboards or chipsets.
    Give it a definition so that when it's selected it will work as
    expected.  This also fixes the dependency of GBB_BMPFV_FILE below.
    
    Change-Id: I2b0a3fca82d85962fc882f237b70702cab0400db
    Signed-off-by: Martin Roth <martinroth at chromium.org>
---
 src/vendorcode/google/chromeos/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig
index 4a889b1..9837bac 100644
--- a/src/vendorcode/google/chromeos/Kconfig
+++ b/src/vendorcode/google/chromeos/Kconfig
@@ -174,6 +174,9 @@ config GBB_HWID
 	string "Hardware ID"
 	default "NOCONF HWID"
 
+config GBB_HAVE_BMPFV
+	def_bool n
+
 config GBB_BMPFV_FILE
 	string "Path to bmpfv image"
 	depends on GBB_HAVE_BMPFV



More information about the coreboot-gerrit mailing list