aboutsummaryrefslogtreecommitdiff
path: root/docs/components/secure-partition-manager-design.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components/secure-partition-manager-design.rst')
-rw-r--r--docs/components/secure-partition-manager-design.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/secure-partition-manager-design.rst b/docs/components/secure-partition-manager-design.rst
index 31276cd7..88052c55 100644
--- a/docs/components/secure-partition-manager-design.rst
+++ b/docs/components/secure-partition-manager-design.rst
@@ -130,7 +130,7 @@ First, build the Standalone MM Secure Partition. To build it, refer to the
Then build TF-A with SPM support and include the Standalone MM Secure Partition
image in the FIP:
-::
+.. code:: shell
BL32=path/to/standalone/mm/sp BL33=path/to/bl33.bin \
make PLAT=fvp ENABLE_SPM=1 ARM_BL31_IN_DRAM=1 fip all