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_build_instruction_iar.rst b/docs/getting_started/tfm_build_instruction_iar.rst
index a2c1846..facb744 100644
--- a/docs/getting_started/tfm_build_instruction_iar.rst
+++ b/docs/getting_started/tfm_build_instruction_iar.rst
@@ -43,7 +43,7 @@
 ============
 .. code-block:: bash
 
-    cd <TF-M base folder>
+    cd <base folder>
     cd trusted-firmware-m
     mkdir cmake_build
     cd cmake_build
@@ -56,7 +56,7 @@
 
 .. code-block:: bash
 
-    cd <TF-M base folder>
+    cd <base folder>
     cd trusted-firmware-m
     mkdir cmake_test
     cd cmake_test
@@ -67,7 +67,7 @@
 
 .. code-block:: bash
 
-    cd <TF-M base folder>
+    cd <base folder>
     cd trusted-firmware-m
     mkdir cmake_test
     cd cmake_test