]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
kontron_sl28: Use u-boot-update.bin instead of u-boot.update
authorSimon Glass <sjg@chromium.org>
Thu, 7 Sep 2023 16:00:20 +0000 (10:00 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 23 Sep 2023 18:31:25 +0000 (12:31 -0600)
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>
arch/arm/dts/fsl-ls1028a-kontron-sl28-u-boot.dtsi
doc/board/kontron/sl28.rst

index 83750ab001b2100cb412cce745d280475d6a1687..aacf181e2dd0edebe685b601afc293831769f6af 100644 (file)
@@ -64,7 +64,7 @@
 
 &binman {
        u-boot-update {
-               filename = "u-boot.update";
+               filename = "u-boot-update.bin";
 
                fit {
                        description = "FIT update image";
index 44435d90c624a6beaba18be32985448b76560d8b..2cb8ec62be420f51b6cc49d252e19de9107d0b58 100644 (file)
@@ -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