pearlvalley: fixed compile error due to tpmp flag was removed
It can't compile due to tpmp flag was removed in nvs.h BRANCH=none BUG=none TEST=compile ok and boot to OS on pearlvalley Signed-off-by: Kane Chen <kane.chen@intel.com> Change-Id: I718b70c6194365ee19b93224b52b7bcf3a5055d0 Reviewed-on: https://chromium-review.googlesource.com/228975 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Commit-Queue: Kane Chen <kane.chen@intel.com> Tested-by: Kane Chen <kane.chen@intel.com>
This commit is contained in:
parent
dd1bd56e83
commit
1d8c371c9a
1 changed files with 0 additions and 3 deletions
|
|
@ -45,9 +45,6 @@ static void acpi_create_gnvs(global_nvs_t *gnvs)
|
|||
/* Disable USB ports in S5 */
|
||||
gnvs->s5u0 = 0;
|
||||
|
||||
/* TPM Present */
|
||||
gnvs->tpmp = 0;
|
||||
|
||||
gnvs->tcrt = CRITICAL_TEMPERATURE;
|
||||
gnvs->tpsv = PASSIVE_TEMPERATURE;
|
||||
gnvs->tmax = MAX_TEMPERATURE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue