]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
doc: board: ti: fix alt name for tispl.bin in DFU mode
authorAnshul Dalal <anshuld@ti.com>
Thu, 18 Dec 2025 05:01:55 +0000 (10:31 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 18 Dec 2025 16:25:44 +0000 (10:25 -0600)
The alt name for tispl binary is "tispl.bin" and not "tispl", this patch
fixes the documentation to the correct alt name.

Fixes: def64b493748 ("doc: board: Add document for DFU boot on am62x SoCs")
Fixes: 3633fdbb6b90 ("ti: add support for AM6254atl SiP")
Signed-off-by: Anshul Dalal <anshuld@ti.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
doc/board/ti/am6254atl_sk.rst
doc/board/ti/am62x_sk.rst

index cf58ed4c03f372c6b46cd151a30ffa4689fe7584..7776ffb14cb289ccb2805b5f1d600f133869366b 100644 (file)
@@ -280,7 +280,7 @@ When using dfu-util the following commands can be used to boot to a U-Boot shell
 .. prompt:: bash $
 
   dfu-util -a bootloader -D tiboot3.bin
-  dfu-util -R -a tispl -D tispl.bin
+  dfu-util -R -a tispl.bin -D tispl.bin
   dfu-util -R -a u-boot.img -D u-boot.img
 
 Debugging U-Boot
index 1a0e5e07c4b7e96b0f5a2a878a2105fbd1575f5b..b50fff875062f5c43cadc247f8f3e77a19859786 100644 (file)
@@ -329,7 +329,7 @@ When using dfu-util the following commands can be used to boot to a U-Boot shell
 .. prompt:: bash $
 
   dfu-util -a bootloader -D tiboot3.bin
-  dfu-util -R -a tispl -D tispl.bin
+  dfu-util -R -a tispl.bin -D tispl.bin
   dfu-util -R -a u-boot.img -D u-boot.img
 
 .. am62x_evm_rst_include_end_dfu_boot