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> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32690 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Shelley Chen <shchen@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
32b9a99e16
commit
2de7af0c39
|
@ -64,7 +64,7 @@ config GBB_HWID
|
||||||
depends on CHROMEOS
|
depends on CHROMEOS
|
||||||
default "HATCH TEST 1823" if BOARD_GOOGLE_HATCH
|
default "HATCH TEST 1823" if BOARD_GOOGLE_HATCH
|
||||||
default "HATCH_WHL TEST 2374" if BOARD_GOOGLE_HATCH_WHL
|
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
|
config MAINBOARD_DIR
|
||||||
string
|
string
|
||||||
|
|
Loading…
Reference in New Issue