]> git.sur5r.net Git - u-boot/blobdiff - cmd/tpm_test.c
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / cmd / tpm_test.c
index 37ad2ff33d6598d4eb600155ababeefcf81ab2aa..35f3c96e3de7c38d4034433cf213ea4903cca116 100644 (file)
@@ -1,13 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2015 Google, Inc
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <command.h>
 #include <environment.h>
-#include <tpm.h>
+#include <tpm-v1.h>
 
 /* Prints error and returns on failure */
 #define TPM_CHECK(tpm_command) do { \