From 8733f4ca19a3af0f9280d66d2d848a4ffe52ceef Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Thu, 17 Feb 2022 09:23:49 +0100 Subject: 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 Link: https://lore.barebox.org/20220217082349.81494-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- Documentation/user/barebox.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'Documentation') 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 -- cgit v1.2.3