summaryrefslogtreecommitdiff
path: root/docs/design_documents
diff options
context:
space:
mode:
authorManish V Badarkhe <Manish.Badarkhe@arm.com>2023-04-25 11:08:16 +0100
committerManish V Badarkhe <Manish.Badarkhe@arm.com>2023-04-27 07:28:41 +0100
commitbb5b2632e181e0bbb9e2c30fbe1ca6cb2223d3de (patch)
treea2cfd5f150bd78eda9fb8ccfb7b5a6998afe77ca /docs/design_documents
parente7df41b545a72c7b4190e9ca2b4868dbc2ddcd79 (diff)
downloadarm-trusted-firmware-bb5b2632e181e0bbb9e2c30fbe1ca6cb2223d3de.tar.gz
docs(measured-boot): update the build command
As per recent changes to OPTEE's fvp.mk file, both options "MEASURED_BOOT" and "MEASURED_BOOT_FTPM" are required for the fTPM application to be built. Change-Id: I621113c3fbd47e9f5be015ea65e9b8d0f218e4e8 Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Diffstat (limited to 'docs/design_documents')
-rw-r--r--docs/design_documents/measured_boot_poc.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/design_documents/measured_boot_poc.rst b/docs/design_documents/measured_boot_poc.rst
index 2e2505790..7f73d7e9b 100644
--- a/docs/design_documents/measured_boot_poc.rst
+++ b/docs/design_documents/measured_boot_poc.rst
@@ -135,11 +135,11 @@ the following steps should suffice:
(4) Now, you should be able to continue with step 5 in "`Get and build the solution`_"
instructions. In order to enable support for Measured Boot, you need to
- set the ``MEASURED_BOOT`` build option:
+ set the following build options:
.. code:: shell
- $ MEASURED_BOOT=y make -j `nproc`
+ $ MEASURED_BOOT=y MEASURED_BOOT_FTPM=y make -j `nproc`
.. note::
The build process will likely take a long time. It is strongly recommended to