diff options
author | Simon Glass <sjg@chromium.org> | 2023-09-07 10:00:20 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2023-09-23 12:31:25 -0600 |
commit | ae84514feee209091d331a8baaa344ed8d8e905b (patch) | |
tree | fba6a940770a6b1b2be41f028acf3d210ff5613c /doc/board | |
parent | 2ce06f56cbbebd785b5e4c4a83ccec0d0a78e76d (diff) | |
download | u-boot-ae84514feee209091d331a8baaa344ed8d8e905b.zip u-boot-ae84514feee209091d331a8baaa344ed8d8e905b.tar.gz u-boot-ae84514feee209091d331a8baaa344ed8d8e905b.tar.bz2 |
kontron_sl28: Use u-boot-update.bin instead of u-boot.update
A '.update' extension does not get preserved by buildman, so change it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Michael Walle <michael@walle.cc>
Diffstat (limited to 'doc/board')
-rw-r--r-- | doc/board/kontron/sl28.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/board/kontron/sl28.rst b/doc/board/kontron/sl28.rst index 44435d9..2cb8ec6 100644 --- a/doc/board/kontron/sl28.rst +++ b/doc/board/kontron/sl28.rst @@ -39,12 +39,12 @@ Update image ------------ After the build finished, there will be an update image called -u-boot.update. This can either be used in the DFU mode (which isn't +u-boot-update.bin. This can either be used in the DFU mode (which isn't supported yet) or encapsulated in an EFI UpdateCapsule. To build the capsule use the following command - $ tools/mkeficapsule -f u-boot.update -i 1 UpdateUboot + $ tools/mkeficapsule -f u-boot-update.bin -i 1 UpdateUboot Afterward you can copy this file to your ESP into the /EFI/UpdateCapsule/ folder. On the next EFI boot this will automatically update your |