mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-26 19:25:02 +00:00
mocked_tpm: Add back missing paren
This was deleted in the previous commit and breaks building with MOCK_TPM=1 BUG=chrome-os-partner:32698 BRANCH=all TEST=build with MOCK_TPM=1 Change-Id: Ie437f9fb4c60161a95ca1cf992035858f02e3f19 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/227220 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
This commit is contained in:
committed by
chrome-internal-fetch
parent
941e25fa59
commit
f97d3879d0
@@ -64,5 +64,6 @@ const char* kBootStateSHA1Digests[] = {
|
||||
uint32_t SetTPMBootModeState(int developer_mode, int recovery_mode,
|
||||
uint64_t fw_keyblock_flags,
|
||||
GoogleBinaryBlockHeader *gbb)
|
||||
{
|
||||
return TPM_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user