Furquan Shaikh has uploaded this change for review.

View Change

mb/google/hatch: Fix GBB_HWID for kohaku

This change fixes the typo in CB:32161 (mb/google/hatch: Add Kohaku
board) that defaults GBB_HWID incorrectly for kohaku using
BOARD_GOOGLE_HATCH_WHL.

Change-Id: I387879619ac4f79fad422e5f1f047dfe3c7b5b22
Signed-off-by: Furquan Shaikh <furquan@google.com>
---
M src/mainboard/google/hatch/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/32690/1
diff --git a/src/mainboard/google/hatch/Kconfig b/src/mainboard/google/hatch/Kconfig
index 07ae7d2..09f79212 100644
--- a/src/mainboard/google/hatch/Kconfig
+++ b/src/mainboard/google/hatch/Kconfig
@@ -64,7 +64,7 @@
depends on CHROMEOS
default "HATCH TEST 1823" if BOARD_GOOGLE_HATCH
default "HATCH_WHL TEST 2374" if BOARD_GOOGLE_HATCH_WHL
- default "KOHAKU TEST 1953" if BOARD_GOOGLE_HATCH_WHL
+ default "KOHAKU TEST 1953" if BOARD_GOOGLE_KOHAKU

config MAINBOARD_DIR
string

To view, visit change 32690. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I387879619ac4f79fad422e5f1f047dfe3c7b5b22
Gerrit-Change-Number: 32690
Gerrit-PatchSet: 1
Gerrit-Owner: Furquan Shaikh <furquan@google.com>
Gerrit-MessageType: newchange