commit | 7bfd14bbc50f6d775e4d597765eef33c7dd999e7 | [log] [tgz] |
---|---|---|
author | Gustavo Henrique Nihei <gustavo.nihei@espressif.com> | Wed Nov 24 23:27:22 2021 -0300 |
committer | David Brown <davidb@davidb.org> | Thu Dec 16 13:19:12 2021 -0700 |
tree | d30d4806d1b3211dead93992047045cc463e889c | |
parent | 4aa286d2db2d02a8f0ff29cdc3304f3185dbe261 [diff] [blame] |
sim: Fit unit tests to larger write align values Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
diff --git a/sim/mcuboot-sys/csupport/run.c b/sim/mcuboot-sys/csupport/run.c index 6c61228..cb2016b 100644 --- a/sim/mcuboot-sys/csupport/run.c +++ b/sim/mcuboot-sys/csupport/run.c
@@ -477,5 +477,5 @@ uint32_t boot_magic_sz(void) { - return BOOT_MAGIC_SZ; + return BOOT_MAGIC_ALIGN_SIZE; }