aboutsummaryrefslogtreecommitdiff
path: root/docs/technical_references/profiles/tfm_profile_medium.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/technical_references/profiles/tfm_profile_medium.rst')
-rw-r--r--docs/technical_references/profiles/tfm_profile_medium.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/technical_references/profiles/tfm_profile_medium.rst b/docs/technical_references/profiles/tfm_profile_medium.rst
index ab552f18dd..ae24b98db7 100644
--- a/docs/technical_references/profiles/tfm_profile_medium.rst
+++ b/docs/technical_references/profiles/tfm_profile_medium.rst
@@ -430,7 +430,7 @@ build type **MinSizeRel**, built by **Armclang**.
cd <TFM root dir>
mkdir build && cd build
- cmake -DTFM_PLATFORM=mps2/an521 \
+ cmake -DTFM_PLATFORM=arm/mps2/an521 \
-DTFM_TOOLCHAIN_FILE=../toolchain_ARMCLANG.cmake \
-DTFM_PROFILE=profile_medium \
-DCMAKE_BUILD_TYPE=MinSizeRel \
@@ -444,7 +444,7 @@ The following commands build Profile Medium with regression test cases on
cd <TFM root dir>
mkdir build && cd build
- cmake -DTFM_PLATFORM=mps2/an521 \
+ cmake -DTFM_PLATFORM=arm/mps2/an521 \
-DTFM_TOOLCHAIN_FILE=../toolchain_ARMCLANG.cmake \
-DTFM_PROFILE=profile_medium \
-DCMAKE_BUILD_TYPE=MinSizeRel \