mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
tools: binman: minor formatting fix in docs
This should fix a rendering oddity when viewing the docs online at https://u-boot.readthedocs.io/en/latest/develop/package/binman.html Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
d22c695249
commit
abe2a16aa5
1 changed files with 2 additions and 2 deletions
|
@ -393,9 +393,9 @@ system-library directory, replace the last line with:
|
|||
Running binman
|
||||
--------------
|
||||
|
||||
Type::
|
||||
Type:
|
||||
|
||||
.. code-block: bash
|
||||
.. code-block:: bash
|
||||
|
||||
make NO_PYTHON=1 PREFIX=/ install
|
||||
binman build -b <board_name>
|
||||
|
|
Loading…
Reference in a new issue