aboutsummaryrefslogtreecommitdiff
path: root/docs/plat/qemu.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plat/qemu.rst')
-rw-r--r--docs/plat/qemu.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/plat/qemu.rst b/docs/plat/qemu.rst
index 30ae97dd..4ebe64b8 100644
--- a/docs/plat/qemu.rst
+++ b/docs/plat/qemu.rst
@@ -33,13 +33,13 @@ is conveniently achieved with symlinks the local names as:
To build:
-::
+.. code:: shell
make CROSS_COMPILE=aarch64-none-elf- PLAT=qemu
To start (QEMU v2.6.0):
-::
+.. code:: shell
qemu-system-aarch64 -nographic -machine virt,secure=on -cpu cortex-a57 \
-kernel Image \