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:
Vadim Bendebury
2016-07-06 13:46:02 -07:00
committed by chrome-bot
parent cd341a0cd7
commit eb4f39d3db

View File

@@ -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;