summaryrefslogtreecommitdiffstats
path: root/Documentation/user/barebox.rst
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-02-17 09:23:49 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-02-17 13:47:20 +0100
commit8733f4ca19a3af0f9280d66d2d848a4ffe52ceef (patch)
tree812e3acd3bc1a943165c26339953534fcea5a056 /Documentation/user/barebox.rst
parenteea304f8a561a10e1d6aab66eb4562cc3616393c (diff)
downloadbarebox-8733f4ca19a3af0f9280d66d2d848a4ffe52ceef.tar.gz
barebox-8733f4ca19a3af0f9280d66d2d848a4ffe52ceef.tar.xz
Documentation: user: barebox: fix formatting for code block
Sphinx build warns that: Error in "code-block" directive: maximum 1 argument(s) allowed, 17 supplied. .. code-block:: console sh: mkimage -n barebox -A arm -T kernel -C none -a 0x80000000 -d \ build/images/barebox-freescale-imx53-loco.img image Problem is a missing blank line. Add it. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220217082349.81494-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/user/barebox.rst')
-rw-r--r--Documentation/user/barebox.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst
index a890aa4dbe..7b37ddba77 100644
--- a/Documentation/user/barebox.rst
+++ b/Documentation/user/barebox.rst
@@ -222,6 +222,7 @@ command doesn't support the barebox binaries directly, they first have to be
converted to uImage format using the mkimage tool provided with U-Boot:
.. code-block:: console
+
sh: mkimage -n barebox -A arm -T kernel -C none -a 0x80000000 -d \
build/images/barebox-freescale-imx53-loco.img image