aboutsummaryrefslogtreecommitdiff
path: root/docs/getting_started/build.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting_started/build.rst')
-rw-r--r--docs/getting_started/build.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started/build.rst b/docs/getting_started/build.rst
index f137afeed..27ad580c9 100644
--- a/docs/getting_started/build.rst
+++ b/docs/getting_started/build.rst
@@ -99,7 +99,7 @@ command from the TF-A root directory:
::
- BL33=tftf.bin make PLAT=<platform> fip
+ BL33=<path/to/tftf.bin> make PLAT=<platform> fip
Please refer to the `TF-A documentation`_ for further details.