summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2022-09-12 11:44:24 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2022-09-13 10:10:08 +0200
commit8a97edb02f169c5d63c951cf1f78548b5ccff618 (patch)
tree6214f85e766f1c16af95013447f4f02e626bacec /Documentation
parentabb1bf1ee5c61d5418bf6a033e2047b495b679f8 (diff)
downloadbarebox-8a97edb02f169c5d63c951cf1f78548b5ccff618.tar.gz
barebox-8a97edb02f169c5d63c951cf1f78548b5ccff618.tar.xz
Documentation: OKUD Max9331: fix sphinx warning
sphinx warning: Documentation/boards/mips/max9331.rst:129: WARNING: Pygments lexer name 'assembly' is not known Use pygments lexer for Gas (AT&T) assembly code, see https://pygments.org/docs/lexers/#lexers-for-assembly-languages for details. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Link: https://lore.barebox.org/20220912084430.84451-2-antonynpavlov@gmail.com Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/boards/mips/max9331.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/boards/mips/max9331.rst b/Documentation/boards/mips/max9331.rst
index f09dabc2da..f7529f9874 100644
--- a/Documentation/boards/mips/max9331.rst
+++ b/Documentation/boards/mips/max9331.rst
@@ -126,7 +126,7 @@ it jump to 0x9f020000 where the first instruction of barebox.
This is usefull when debug with jtag or choosing different bootloaders.
or even boot kernel without bootloader.
-.. code-block:: assembly
+.. code-block:: asm
lui ra, 0x9f02
jr ra