9
0
Fork 0

Documentation: davinci.rst: fix code-block formatting

Wrong formatting leads to this error message during 'make docs':

  davinci.rst:35: ERROR: Error in "code-block" directive:
                  maximum 1 argument(s) allowed, 4 supplied.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2014-09-05 14:38:14 +04:00 committed by Sascha Hauer
parent dc82bce50b
commit 7124a8095f
1 changed files with 2 additions and 0 deletions

View File

@ -33,12 +33,14 @@ Running barebox
4. Upload ``barebox.bin`` via Ymodem
.. code-block:: none
virt2real ># loady
..
5. Run barebox
.. code-block:: none
virt2real ># go 0x82000000
..