[PATCH] doc: user: barebox: fix name of barebox.fit image
Ahmad Fatoum <[email protected]> Tue, 7 Jul 2026 15:50:42 +0200
| Newsgroups | org.infradead.lists.barebox |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- 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