Remove TF-M prefix on base folders
This patch removes the 'TF-M' prefix for those doc snippets referring
to the base folder, which is the folder where all TF-M related
repositories reside. With this change, there are now two different
type of base folders on the documentation:
* '<base folder>' is the base folder of all TF-M related repositories,
i.e. '~/TF'
* '<TF-M base folder>' is the base folder of trusted-firmware-m
repository, .i.e '~/TF/trusted-firmware-m'
Change-Id: Ib2d61bfafb337a36a4b0e98b25bac2d4079768c2
Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
diff --git a/docs/getting_started/tfm_secure_boot.rst b/docs/getting_started/tfm_secure_boot.rst
index 7798f53..cec838a 100644
--- a/docs/getting_started/tfm_secure_boot.rst
+++ b/docs/getting_started/tfm_secure_boot.rst
@@ -281,7 +281,7 @@
in TF-M. The repository must be cloned into the base folder (into which TF-M
was cloned previously).::
- cd <TF-M base folder>
+ cd <base folder>
git clone https://github.com/JuulLabs-OSS/mcuboot.git -b v1.6.0
cd <TF-M build folder>
cmake -G"Unix Makefiles" -DTARGET_PLATFORM=AN521 -DCOMPILER=ARMCLANG -DMCUBOOT_REPO=UPSTREAM ../