[PATCH 1/7] Documentation: OKUD Max9331: fix sphinx warning
Antony Pavlov
antonynpavlov at gmail.com
Mon Sep 12 01:44:24 PDT 2022
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 at gmail.com>
---
Documentation/boards/mips/max9331.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/boards/mips/max9331.rst b/Documentation/boards/mips/max9331.rst
index f09dabc2da1..f7529f9874d 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
--
2.37.2
More information about the barebox
mailing list