Docs: Correct to PSA_ARCH_TESTS_PATH
Previously read PSA_ARCH_TEST_PATH in the build instructions
Change-Id: I429ca178d1aae7c1432910fb00075909d1a11042
Signed-off-by: Raef Coles <raef.coles@arm.com>
diff --git a/docs/getting_started/tfm_build_instruction.rst b/docs/getting_started/tfm_build_instruction.rst
index 2c5d67b..12c3bd1 100644
--- a/docs/getting_started/tfm_build_instruction.rst
+++ b/docs/getting_started/tfm_build_instruction.rst
@@ -462,20 +462,20 @@
If you have local copies already, and wish to avoid having the libraries
downloaded every time the build directory is deleted, then the following
-variables can be set to the paths to those local copies. This will disable the
-automatic downloading for that dependency.
+variables can be set to the path to the root directory of the local repo. This
+will disable the automatic downloading for that dependency.
-+----------------+--------------------+-----------------------------------------------------+
-| Dependency | Cmake variable | Git repo URL |
-+================+====================+=====================================================+
-| Mbed Crypto | MBEDCRYPTO_PATH | https://github.com/ARMmbed/mbedtls |
-+----------------+--------------------+-----------------------------------------------------+
-| tf-m-tests | TFM_TEST_REPO_PATH | https://git.trustedfirmware.org/TF-M/tf-m-tests.git |
-+----------------+--------------------+-----------------------------------------------------+
-| MCUboot | MCUBOOT_PATH | https://github.com/mcu-tools/mcuboot |
-+----------------+--------------------+-----------------------------------------------------+
-| psa-arch-tests | PSA_ARCH_TEST_PATH | https://github.com/ARM-software/psa-arch-tests |
-+----------------+--------------------+-----------------------------------------------------+
++----------------+---------------------+-----------------------------------------------------+
+| Dependency | Cmake variable | Git repo URL |
++================+=====================+=====================================================+
+| Mbed Crypto | MBEDCRYPTO_PATH | https://github.com/ARMmbed/mbedtls |
++----------------+---------------------+-----------------------------------------------------+
+| tf-m-tests | TFM_TEST_REPO_PATH | https://git.trustedfirmware.org/TF-M/tf-m-tests.git |
++----------------+---------------------+-----------------------------------------------------+
+| MCUboot | MCUBOOT_PATH | https://github.com/mcu-tools/mcuboot |
++----------------+---------------------+-----------------------------------------------------+
+| psa-arch-tests | PSA_ARCH_TESTS_PATH | https://github.com/ARM-software/psa-arch-tests |
++----------------+---------------------+-----------------------------------------------------+
For required versions of the dependencies, refer to ``config/config_default.cmake``.