diff options
| author | Tom Rini <[email protected]> | 2023-12-20 16:00:22 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-12-20 16:00:22 -0500 |
| commit | 36d3db6c2c060ee85176156dc9a607e8cd5465f4 (patch) | |
| tree | 51f6187c51418043e5dc56f6f9a2dac09e2e848d /doc/usage | |
| parent | a0d0e132b39e48cf471db87600ed87b4e65bc187 (diff) | |
| parent | 97135d9f4220e54b38f69a3f2416b2fd9d8f378c (diff) | |
Merge branch '2023-12-20-assorted-general-updates' into next
- Assorted fixes around the tree
Diffstat (limited to 'doc/usage')
| -rw-r--r-- | doc/usage/fit/signature.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/fit/signature.rst b/doc/usage/fit/signature.rst index 39edba14630..03a71b5192d 100644 --- a/doc/usage/fit/signature.rst +++ b/doc/usage/fit/signature.rst @@ -671,7 +671,7 @@ Create the fitImage:: Sign the fitImage with the hardware key:: $ ./tools/mkimage -F -k \ - "model=PKCS%2315%20emulated;manufacturer=ZeitControl;serial=000xxxxxxxxx;token=OpenPGP%20card%20%28User%20PIN%20%28sig%29%29" \ + "pkcs11:model=PKCS%2315%20emulated;manufacturer=ZeitControl;serial=000xxxxxxxxx;token=OpenPGP%20card%20%28User%20PIN%20%28sig%29%29" \ -K u-boot.dtb -N pkcs11 -r fitImage |
