aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLauren Wehrmeister <lauren.wehrmeister@arm.com>2020-07-01 17:04:23 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-07-01 17:04:23 +0000
commitda6ac4e88966d81ec8bef22714ac1c0e787f176a (patch)
tree6ad204bf24455fd657ab45432b9905d5c8a469a4 /docs
parent424e11b5224a5f474a657ccb6057a0ffa43c2d60 (diff)
parentabf254fdd443ba98f23bf0fd8c51991533cd50a7 (diff)
downloadtf-a-tests-da6ac4e88966d81ec8bef22714ac1c0e787f176a.tar.gz
Merge "include 'path/to' prefix when specifying tftf.bin on make fip cmd"
Diffstat (limited to 'docs')
-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.