[coreboot-gerrit] New patch to review for coreboot: mainboard/google/reef: unconditionally set MAINBOARD_FAMILY

Aaron Durbin (adurbin@chromium.org) gerrit at coreboot.org
Thu Sep 29 16:59:34 CEST 2016


Aaron Durbin (adurbin at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16813

-gerrit

commit 13163315fe116c3feffd972279abd796543cd36d
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Thu Sep 29 09:54:46 2016 -0500

    mainboard/google/reef: unconditionally set MAINBOARD_FAMILY
    
    For all mainboard variants use the "Google_Reef" family by defailt
    which is populated in SMBIOS tables. A variant can provide their own
    value if needed, but "Google_Reef" can reside as the family without
    having to add conditions for each variant when MAINBOARD_FAMILY
    have to be overridden.
    
    BUG=chrome-os-partner:56677
    
    Change-Id: Ic214eae1e6473b32f4cb442c09c34355357e1257
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/mainboard/google/reef/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig
index 5039725..41be695 100644
--- a/src/mainboard/google/reef/Kconfig
+++ b/src/mainboard/google/reef/Kconfig
@@ -58,7 +58,7 @@ config MAINBOARD_PART_NUMBER
 
 config MAINBOARD_FAMILY
 	string
-	default "Google_Reef" if BOARD_GOOGLE_REEF
+	default "Google_Reef"
 
 config GBB_HWID
 	string



More information about the coreboot-gerrit mailing list