summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2021-01-01 23:52:28 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-01-05 13:11:23 +0100
commit2ab6d2a76994f33ccab3fce5a83d851ef6eea154 (patch)
tree2acc452c4622db945bb2e979f5231c54138a0ef4 /Documentation
parentfaadd5db00653224376c37d01f885843eaae04d7 (diff)
downloadbarebox-2ab6d2a76994f33ccab3fce5a83d851ef6eea154.tar.gz
barebox-2ab6d2a76994f33ccab3fce5a83d851ef6eea154.tar.xz
MIPS: qemu-malta_defconfig: enable VGA output
Now that we have a driver for the Qemu's default -device VGA, enable it in defconfig, along with fbtest for testing it. Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-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