summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2021-07-13 09:42:19 -0400
committerTom Rini <[email protected]>2021-07-13 09:42:19 -0400
commita7bdd2dd8e7685166767c5fecfdce7e5dc8a40be (patch)
treeb4b167b47aa3e4934734d75f62c9a7e5b94a91d5 /doc
parent490101a5e5df65238b900b21b81361bc4b13da2e (diff)
parentb0b1449b3be9b93ecc57d91b0cb18ed81fc8a1ee (diff)
Merge tag 'efi-2021-10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2021-10-rc1 Documentation * fix typo in signature.txt UEFI * provide file attributes in EFI_FILE_PROTOCOL.Read() * various capsule update fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/uImage.FIT/signature.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/uImage.FIT/signature.txt b/doc/uImage.FIT/signature.txt
index d9a91211903..7cb1c15e5e1 100644
--- a/doc/uImage.FIT/signature.txt
+++ b/doc/uImage.FIT/signature.txt
@@ -266,14 +266,14 @@ As an example, consider this FIT:
data = <data for fdt1>;
signature-1 {
algo = "sha1,rsa2048";
- vaue = <...fdt signature 1...>
+ value = <...fdt signature 1...>
};
};
fdt-2 {
data = <data for fdt2>;
signature-1 {
algo = "sha1,rsa2048";
- vaue = <...fdt signature 2...>
+ value = <...fdt signature 2...>
};
};
};