[coreboot-gerrit] New patch to review for coreboot: google/oak: Configure MAINBOARD_PART_NUMBER by the board name

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Sat May 7 07:41:32 CEST 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14693

-gerrit

commit 6974ad5e5a91048f85adc1b43f9d1d9b09ee89f1
Author: Yidi Lin <yidi.lin at mediatek.com>
Date:   Wed Apr 20 07:38:53 2016 +0800

    google/oak: Configure MAINBOARD_PART_NUMBER by the board name
    
    BRANCH=none
    BUG=none
    TEST=check CONFIG_MAINBOARD_PART_NUMBER value in the coreboot.config
    
    Change-Id: Iefae44f4cd16d0e749f5b88d80ef6e5c23498c6d
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 99b26f5a68054619c519c945172e56c10f353558
    Original-Change-Id: I51c47d114049caf04ccb491096b39696e6af2ab3
    Original-Signed-off-by: Yidi Lin <yidi.lin at mediatek.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/339800
    Original-Reviewed-by: Julius Werner <jwerner at chromium.org>
---
 src/mainboard/google/oak/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/google/oak/Kconfig b/src/mainboard/google/oak/Kconfig
index 33f5aba..34031bc 100644
--- a/src/mainboard/google/oak/Kconfig
+++ b/src/mainboard/google/oak/Kconfig
@@ -44,7 +44,8 @@ config MAINBOARD_DIR
 
 config MAINBOARD_PART_NUMBER
 	string
-	default "Oak"
+	default "Elm" if BOARD_GOOGLE_ELM
+	default "Oak" if BOARD_GOOGLE_OAK
 
 config MAINBOARD_VENDOR
 	string



More information about the coreboot-gerrit mailing list