These where missed in b90e9ad8f7922b6a694c119017168bea1b6e16a1 and thus didn't render the code blocks. Signed-off-by: Stefan Kerkmann <s.kerkmann@xxxxxxxxxxxxxx> --- Documentation/user/barebox.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst index ea4db28d08..43e5a631ba 100644 --- a/Documentation/user/barebox.rst +++ b/Documentation/user/barebox.rst @@ -219,6 +219,7 @@ Another option is to generate a FIT image containing the generic DT image and a matching device tree with ``mkimage``: .. code-block:: console + sh: mkimage --architecture arm \ --os linux \ --type kernel \ @@ -233,6 +234,7 @@ This FIT image can then be loaded by U-Boot and executed just like a regular Linux kernel: .. code-block:: console + U-Boot: tftp $fit_addr barebox-dt-2nd.fit U-Boot: bootm $fit_addr --- base-commit: ed433cbef99860b39dfbc2d36983026cced54583 change-id: 20231218-doc-missing-empty-lines-12a48d7dba82 Best regards, -- Stefan Kerkmann <s.kerkmann@xxxxxxxxxxxxxx>