diff options
author | Leah Rowe <leah@libreboot.org> | 2021-08-23 10:34:56 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2021-08-23 10:34:56 +0100 |
commit | 777316eb4f836563ce0e4e6f9dd2fca4312e8ac1 (patch) | |
tree | 82d4ceb39a446daa437e698a02e82a14dd7da93a /resources/coreboot/default/patches/0013-src-security-tpm-Deal-with-zero-length-tlcl-writes.patch | |
parent | 4b7be665968b67463ec36b9afc7e8736be0c9b51 (diff) |
coreboot/default: Fix Werror when building ThinkPad T400 images
Diffstat (limited to 'resources/coreboot/default/patches/0013-src-security-tpm-Deal-with-zero-length-tlcl-writes.patch')
-rw-r--r-- | resources/coreboot/default/patches/0013-src-security-tpm-Deal-with-zero-length-tlcl-writes.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/coreboot/default/patches/0013-src-security-tpm-Deal-with-zero-length-tlcl-writes.patch b/resources/coreboot/default/patches/0013-src-security-tpm-Deal-with-zero-length-tlcl-writes.patch index 3f5a2901..4f3bff48 100644 --- a/resources/coreboot/default/patches/0013-src-security-tpm-Deal-with-zero-length-tlcl-writes.patch +++ b/resources/coreboot/default/patches/0013-src-security-tpm-Deal-with-zero-length-tlcl-writes.patch @@ -1,4 +1,4 @@ -From 416c686c4c06ab42f700187ee1dc7fe9e4fed525 Mon Sep 17 00:00:00 2001 +From 6c9fe645f8444bd4586e26b545cc9dceb162f03a Mon Sep 17 00:00:00 2001 From: Patrick Georgi <pgeorgi@google.com> Date: Wed, 12 May 2021 14:54:49 +0200 Subject: [PATCH 13/19] src/security/tpm: Deal with zero length tlcl writes |