commit | dc0ca086f98432b39a482c3ddcf214b9a44c2152 | [log] [tgz] |
---|---|---|
author | Roman Okhrimenko <roman.okhrimenko@infineon.com> | Wed Jun 21 20:49:51 2023 +0300 |
committer | Roman Okhrimenko <roman.okhrimenko@infineon.com> | Thu Jun 22 08:43:20 2023 +0300 |
tree | 5eebf0e798892f5fbae194362ba497cf36b8fd84 | |
parent | 2516562fe35d0bc48d60d129324a683fba2f0480 [diff] [blame] |
Infineon: Switch to 1.9.0 code base, add xmc7000 family support, refactor memory layer
diff --git a/boot/bootutil/src/image_rsa.c b/boot/bootutil/src/image_rsa.c index 42d2db7..327d94f 100644 --- a/boot/bootutil/src/image_rsa.c +++ b/boot/bootutil/src/image_rsa.c
@@ -148,7 +148,7 @@ if (bytes > count) bytes = count; - memcpy(mask, htmp, bytes); + (void)memcpy(mask, htmp, bytes); mask += bytes; count -= bytes; }