mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-16 21:07:26 +00:00
fix a compile flag typo
The code guarded by this compilation flag is not supposed to kick in on gru/kevin, this is how the typo went unnoticed. BRANCH=none BUG=none TEST=kevin still boots into chrome os Change-Id: Ic12aacb7ad9b2361666e719a50597d3836d5212a Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/358493 Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
cd341a0cd7
commit
eb4f39d3db
@@ -420,7 +420,7 @@ uint32_t SetupTPM(int developer_mode, int disable_dev_request,
|
||||
|
||||
/* Read the firmware space. */
|
||||
result = ReadSpaceFirmware(rsf);
|
||||
#ifndef TPM2_MDOE
|
||||
#ifndef TPM2_MODE
|
||||
if (TPM_E_BADINDEX == result) {
|
||||
RollbackSpaceKernel rsk;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user