aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2023-05-02 09:16:01 +0200
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2023-05-02 09:16:01 +0200
commite23d442d175bdf604399499c696abbb40d92cb25 (patch)
tree171a8593e431646c145011f31884af52bba18592
parent48a65ec31aa7b5c28f2b0e8d3441bca6f264ee2e (diff)
parentbb5b2632e181e0bbb9e2c30fbe1ca6cb2223d3de (diff)
downloadtrusted-firmware-a-e23d442d175bdf604399499c696abbb40d92cb25.tar.gz
Merge "docs(measured-boot): update the build command" into integration
-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