aboutsummaryrefslogtreecommitdiff
path: root/docs/getting_started
diff options
context:
space:
mode:
authorØyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>2021-01-22 14:21:25 +0100
committerDavid Hu <david.hu@arm.com>2021-01-30 02:18:33 +0000
commita9d5eacdb045a5d793aca0e591ec3abe48fa7205 (patch)
tree6964652ff0c4bc2492a6e9e80e611c85d9a6fe5f /docs/getting_started
parentc3ba21ef232c2bf0761dfd894e30a3e791b17a0e (diff)
downloadtrusted-firmware-m-a9d5eacdb045a5d793aca0e591ec3abe48fa7205.tar.gz
Build: Support passing absolute paths to TFM_PLATFORM
For convenience when using out-of-tree platforms. Change-Id: I6783eabe9e13c0bdc2412cebd1ff25277cd5dda0 Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
Diffstat (limited to 'docs/getting_started')
-rw-r--r--docs/getting_started/tfm_build_instruction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started/tfm_build_instruction.rst b/docs/getting_started/tfm_build_instruction.rst
index 1a8e4b96ff..5576327ed4 100644
--- a/docs/getting_started/tfm_build_instruction.rst
+++ b/docs/getting_started/tfm_build_instruction.rst
@@ -69,7 +69,7 @@ Required cmake parameters for building TF-M
| Parameter | Description |
+======================+=======================================================+
| TFM_PLATFORM | The target platform as a path from the base directory |
-| | ``/platform/ext/target`` |
+| | ``/platform/ext/target``, or as an absolute path. |
+----------------------+-------------------------------------------------------+
| TFM_TOOLCHAIN_FILE | The path to the toolchain file that corresponds to |
| | the desired compiler. |