aboutsummaryrefslogtreecommitdiff
path: root/docs/plat/allwinner.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plat/allwinner.rst')
-rw-r--r--docs/plat/allwinner.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/plat/allwinner.rst b/docs/plat/allwinner.rst
index 46a5f9bf..a1e06590 100644
--- a/docs/plat/allwinner.rst
+++ b/docs/plat/allwinner.rst
@@ -24,13 +24,13 @@ See the respective `U-Boot documentation`_ for more details.
To build for machines with an A64 or H5 SoC:
-::
+.. code:: shell
make CROSS_COMPILE=aarch64-linux-gnu- PLAT=sun50i_a64 DEBUG=1 bl31
To build for machines with an H6 SoC:
-::
+.. code:: shell
make CROSS_COMPILE=aarch64-linux-gnu- PLAT=sun50i_h6 DEBUG=1 bl31