All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH master] doc: board: ti: fix alt name for tispl.bin in DFU mode
@ 2025-12-18  5:01 Anshul Dalal
  2025-12-18 10:49 ` Mattijs Korpershoek
  2025-12-18 19:51 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Anshul Dalal @ 2025-12-18  5:01 UTC (permalink / raw)
  To: Sjoerd Simons, Martyn Welch, Mattijs Korpershoek, u-boot
  Cc: Tom Rini, Heinrich Schuchardt, Anshul Dalal

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>
---
 doc/board/ti/am6254atl_sk.rst | 2 +-
 doc/board/ti/am62x_sk.rst     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/board/ti/am6254atl_sk.rst b/doc/board/ti/am6254atl_sk.rst
index cf58ed4c03f..7776ffb14cb 100644
--- a/doc/board/ti/am6254atl_sk.rst
+++ b/doc/board/ti/am6254atl_sk.rst
@@ -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
diff --git a/doc/board/ti/am62x_sk.rst b/doc/board/ti/am62x_sk.rst
index 1a0e5e07c4b..b50fff87506 100644
--- a/doc/board/ti/am62x_sk.rst
+++ b/doc/board/ti/am62x_sk.rst
@@ -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

---
base-commit: a333d9e59f6675c9541c34643f334dbf50898647
change-id: 20251218-dfu_doc_fix-51c345e19e78

Best regards,
-- 
Anshul Dalal <anshuld@ti.com>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH master] doc: board: ti: fix alt name for tispl.bin in DFU mode
  2025-12-18  5:01 [PATCH master] doc: board: ti: fix alt name for tispl.bin in DFU mode Anshul Dalal
@ 2025-12-18 10:49 ` Mattijs Korpershoek
  2025-12-18 19:51 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Mattijs Korpershoek @ 2025-12-18 10:49 UTC (permalink / raw)
  To: Anshul Dalal, Sjoerd Simons, Martyn Welch, Mattijs Korpershoek,
	u-boot
  Cc: Tom Rini, Heinrich Schuchardt, Anshul Dalal

Hi Anshul,

Thank you for the patch.

On Thu, Dec 18, 2025 at 10:31, Anshul Dalal <anshuld@ti.com> wrote:

> 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>

> ---

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH master] doc: board: ti: fix alt name for tispl.bin in DFU mode
  2025-12-18  5:01 [PATCH master] doc: board: ti: fix alt name for tispl.bin in DFU mode Anshul Dalal
  2025-12-18 10:49 ` Mattijs Korpershoek
@ 2025-12-18 19:51 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2025-12-18 19:51 UTC (permalink / raw)
  To: Sjoerd Simons, Martyn Welch, Mattijs Korpershoek, u-boot,
	Anshul Dalal
  Cc: Heinrich Schuchardt

On Thu, 18 Dec 2025 10:31:55 +0530, Anshul Dalal wrote:

> 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")
> 
> 
> [...]

Applied to u-boot/master, thanks!

[1/1] doc: board: ti: fix alt name for tispl.bin in DFU mode
      commit: d865f2f0162b1121f271bd3e6c1e3f171036aec9
-- 
Tom



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-12-18 19:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-18  5:01 [PATCH master] doc: board: ti: fix alt name for tispl.bin in DFU mode Anshul Dalal
2025-12-18 10:49 ` Mattijs Korpershoek
2025-12-18 19:51 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.