Boot: Upgrade MCUBoot to v1.5.0
Modifies cmake to allow building against upstream v1.5.0
MCUBoot, and changes the version number in the documentation.
Change-Id: If572b8607f1d09c6cc4ef922c3749c67cfe37b6c
Signed-off-by: Balint Matyi <Balint.Matyi@arm.com>
diff --git a/docs/user_guides/tfm_secure_boot.rst b/docs/user_guides/tfm_secure_boot.rst
index b96d4b7..1f4c47e 100644
--- a/docs/user_guides/tfm_secure_boot.rst
+++ b/docs/user_guides/tfm_secure_boot.rst
@@ -281,7 +281,7 @@
must be added to the command line at the CMake configuration step::
cd <TF-M base folder>
- git clone https://github.com/JuulLabs-OSS/mcuboot.git -b v1.4.0
+ git clone https://github.com/JuulLabs-OSS/mcuboot.git -b v1.5.0
cd <TF-M build folder>
cmake -G"Unix Makefiles" -DTARGET_PLATFORM=AN521 -DCOMPILER=ARMCLANG -DMCUBOOT_REPO=UPSTREAM ../