From cfd841d3c2c8bb91e7024c62d0acc8668c5041b3 Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Fri, 1 Jul 2011 15:35:43 -0700 Subject: Revert "Verified boot wrapper - replace utility functions" This reverts commit 0184886c8cb35e8e01d610622df448a7cb063e06 (This works with uboot-next, but not uboot, which doesn't implement its half of the new wrapper API. So rolling back to leave uboot working. Change-Id: I1f9e3c63e5bbdb20b9195cd68787bef89f24afee Reviewed-on: http://gerrit.chromium.org/gerrit/3588 Reviewed-by: Randall Spangler Tested-by: Randall Spangler --- firmware/lib/tpm_lite/tlcl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'firmware/lib/tpm_lite/tlcl.c') diff --git a/firmware/lib/tpm_lite/tlcl.c b/firmware/lib/tpm_lite/tlcl.c index 5c623b6f..3fbcd1e7 100644 --- a/firmware/lib/tpm_lite/tlcl.c +++ b/firmware/lib/tpm_lite/tlcl.c @@ -19,7 +19,6 @@ #include "tlcl_internal.h" #include "tlcl_structures.h" #include "utility.h" -#include "vboot_api.h" /* Sets the size field of a TPM command. */ static INLINE void SetTpmCommandSize(uint8_t* buffer, uint32_t size) { -- cgit v1.2.1