diff options
| author | Tom Rini <[email protected]> | 2025-10-26 07:51:18 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-26 09:03:36 -0600 |
| commit | 9094482ca7576877b2bfaa57c8e73cfeb536f8b9 (patch) | |
| tree | a7ab2b7409802fe0dd3b2e36ecad3960c4b52004 /doc/mkimage.1 | |
| parent | fd976ff3a233ae7c6a9f5bec790b02bbbf57bb24 (diff) | |
| parent | 5335f8d25b2f39b9dd954981364f3cddde01895f (diff) | |
Merge tag 'efi-2026-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2026-01-rc1-2
CI:
* https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/28024
Documentation:
* develop: virtio: Fix qemu example (true/false -> on/off)
* separate read and write command documentation
* usage: Add general rule for `$?`
* askenv: Reword and remove return value
* seama: Reword return value section
* usage: Use glob for all commands
* Fix typos and formatting
UEFI:
* console: support editable input fields
Diffstat (limited to 'doc/mkimage.1')
| -rw-r--r-- | doc/mkimage.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mkimage.1 b/doc/mkimage.1 index 75b6b48a0cf..c705218d345 100644 --- a/doc/mkimage.1 +++ b/doc/mkimage.1 @@ -208,7 +208,7 @@ option and the format of their configuration are listed in .TQ .BI \-\-secondary\-config " secondary-configuration" Some image types support a second set of configuration data. The image types -which support secondary configuration and the formap of their configuration are +which support secondary configuration and the format of their configuration are listed in .BR CONFIGURATION . . @@ -396,7 +396,7 @@ when used together with -K and/or -k options. .BI \-\-key\-dest " key-destination" Specifies a compiled device tree binary file (typically .dtb) to write public key information into. When a private key is used to sign an image, -the corresponding public key is written into this file for for run-time +the corresponding public key is written into this file for run-time verification. Typically the file here is the device tree binary used by CONFIG_OF_CONTROL in U-Boot. . |
