[PATCH] doc: user: barebox: fix name of barebox.fit image

Ahmad Fatoum a.fatoum at pengutronix.de
Tue Jul 7 06:50:42 PDT 2026


The build generates no barebox-dt-2nd.fit, but a barebox.fit symlink to
the architecture-specific FIT. Reflect that in the docs.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 Documentation/user/barebox.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst
index 4bb33d7db19a..b89db4b07d58 100644
--- a/Documentation/user/barebox.rst
+++ b/Documentation/user/barebox.rst
@@ -225,7 +225,7 @@ Linux kernel:
 
 .. code-block:: console
 
-  U-Boot: tftp $fit_addr barebox-dt-2nd.fit
+  U-Boot: tftp $fit_addr barebox.fit
   U-Boot: bootm $fit_addr
 
 The FIT image has a kernel type of ``kernel_noload``, instructing the bootloader
-- 
2.47.3




More information about the barebox mailing list