aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x201/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/x201/romstage.c')
-rw-r--r--src/mainboard/lenovo/x201/romstage.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/x201/romstage.c b/src/mainboard/lenovo/x201/romstage.c
index 8d1289035f..1e335d33ec 100644
--- a/src/mainboard/lenovo/x201/romstage.c
+++ b/src/mainboard/lenovo/x201/romstage.c
@@ -37,6 +37,7 @@
#include <timestamp.h>
#include <arch/acpi.h>
#include <cbmem.h>
+#include <tpm.h>
#include "gpio.h"
#include "dock.h"
@@ -306,5 +307,9 @@ void main(unsigned long bist)
}
#endif
+#if CONFIG_LPC_TPM
+ init_tpm(s3resume);
+#endif
+
timestamp_add_now(TS_END_ROMSTAGE);
}