Boot: Synchronize MCUBoot with v1.4.0
Perform a partial synchronization of the MCUBoot code base in TF-M
with mainstream MCUBoot version 1.4.0. Hash of the source commit in the
original repository: ac55554059147fff718015be9f4bd3108123f50a.
Main changes:
- Add overflow-safe 32 and 16-bit add functions
Change-Id: I36f04bcc9c7fb9c7609bb45b621ece518da91ad0
Signed-off-by: David Vincze <david.vincze@arm.com>
diff --git a/bl2/ext/mcuboot/keys.c b/bl2/ext/mcuboot/keys.c
index 0640cdc..c8f960b 100644
--- a/bl2/ext/mcuboot/keys.c
+++ b/bl2/ext/mcuboot/keys.c
@@ -20,7 +20,7 @@
/*
* Original code taken from mcuboot project at:
* https://github.com/JuulLabs-OSS/mcuboot
- * Git SHA of the original version: 510fddb8e06d76e2442b2a4603d3e1cbefe28be4
+ * Git SHA of the original version: ac55554059147fff718015be9f4bd3108123f50a
* Modifications are Copyright (c) 2019 Arm Limited.
*/