diff options
| author | Tom Rini <[email protected]> | 2023-05-16 11:23:30 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-05-16 11:23:30 -0400 |
| commit | 6e1852ca2c418e2536ead4b51c4d84a59926b3f1 (patch) | |
| tree | 4e832f1a587f2d4b80ee85cc246fe5d83b5a334b /doc/develop | |
| parent | 5645a50a8639a53856bcda60f5eb9e07a5bd31a9 (diff) | |
| parent | c7c0ca37673d8f1ae1c54dad1869101f566923f7 (diff) | |
Merge tag 'efi-2023-07-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2023-07-rc3
Documentation:
* update the description of signature algorithms
UEFI:
* fix unaligned access to GUID in HII database protocol
* fix launching EFI binaries loaded via semihosting
* fix filling of file path in loaded image protocol for non-block devices
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/devicetree/control.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/devicetree/control.rst b/doc/develop/devicetree/control.rst index 0b3b32be1bb..cbb65c9b177 100644 --- a/doc/develop/devicetree/control.rst +++ b/doc/develop/devicetree/control.rst @@ -100,7 +100,7 @@ and development only and is not recommended for production devices. If CONFIG_OF_SEPARATE is defined, then it will be built and placed in a u-boot.dtb file alongside u-boot-nodtb.bin with the combined result placed -in u-boot.bin so you can still just flash u-boot,bin onto your board. If you are +in u-boot.bin so you can still just flash u-boot.bin onto your board. If you are using CONFIG_SPL_FRAMEWORK, then u-boot.img will be built to include the device tree binary. |
