summaryrefslogtreecommitdiffstats
path: root/Documentation/boards
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-01-19 05:41:44 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-01-19 05:41:44 +0100
commitb5d3c4c00dff9211fb271e644ae5e98aa0a0853e (patch)
tree8f9d871b2a51b27ad345bece85ce59ee4e8d6c52 /Documentation/boards
parent2ea982543a2570af2f7629e08bb6d3ff28b07e3a (diff)
parentaa3cdd7c55bfcbbc2da56220a809b5ac39ac3346 (diff)
downloadbarebox-b5d3c4c00dff9211fb271e644ae5e98aa0a0853e.tar.gz
barebox-b5d3c4c00dff9211fb271e644ae5e98aa0a0853e.tar.xz
Merge branch 'for-next/video'
Diffstat (limited to 'Documentation/boards')
-rw-r--r--Documentation/boards/mips/qemu-malta.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/boards/mips/qemu-malta.rst b/Documentation/boards/mips/qemu-malta.rst
index 2bb81350a1..470be32f1f 100644
--- a/Documentation/boards/mips/qemu-malta.rst
+++ b/Documentation/boards/mips/qemu-malta.rst
@@ -9,7 +9,7 @@ QEMU run string:
.. code-block:: sh
qemu-system-mips -nodefaults -M malta -m 256 \
- -nographic -serial stdio -monitor null \
+ -device VGA -serial stdio -monitor null \
-bios barebox-flash-image
@@ -33,7 +33,7 @@ QEMU run string:
.. code-block:: sh
qemu-system-mipsel -nodefaults -M malta -m 256 \
- -nographic -serial stdio -monitor null \
+ -devica VGA -serial stdio -monitor null \
-bios barebox-flash-image