mb/google/kahlee: Correct grunt HWID in GBB

Chrome OS reports that "GRUNT TEST XXXX" is an invalid hwid. The 8296
comes from the lower four numbers from running:
  $ printf "%d\n" 0x$(crc32 <(echo -n 'GRUNT TEST'))

BUG=b:72436450

Change-Id: Ib0044442396cad65c25c107feb35a30a2f70b769
Signed-off-by: Justin TerAvest <teravest@chromium.org>
Reviewed-on: https://review.coreboot.org/23411
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Justin TerAvest 2018-01-24 09:33:44 -07:00 committed by Martin Roth
parent ca2ed9f450
commit 8787f24952
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ config CHROMEOS
config GBB_HWID
string
depends on CHROMEOS
default "GRUNT TEST XXXX" if BOARD_GOOGLE_GRUNT
default "GRUNT TEST 8296" if BOARD_GOOGLE_GRUNT
default "KAHLEE TEST 6421" if BOARD_GOOGLE_KAHLEE
config AMD_FWM_POSITION_INDEX