You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by vi...@apache.org on 2019/12/14 04:28:20 UTC

[mynewt-core] branch master updated: boot/stub: Protected TLV magic was missing

This is an automated email from the ASF dual-hosted git repository.

vipulrahane pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 55dfb96  boot/stub: Protected TLV magic was missing
     new 013ebc4  Merge pull request #2132 from vrahane/boot_stub_const_prot_tlv
55dfb96 is described below

commit 55dfb96ba4db47f9f58aa73208fb41e96105f139
Author: Vipul Rahane <vr...@gmail.com>
AuthorDate: Fri Dec 13 18:05:43 2019 -0800

    boot/stub: Protected TLV magic was missing
---
 boot/stub/include/bootutil/image.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boot/stub/include/bootutil/image.h b/boot/stub/include/bootutil/image.h
index 6989049..b5c2178 100644
--- a/boot/stub/include/bootutil/image.h
+++ b/boot/stub/include/bootutil/image.h
@@ -36,6 +36,7 @@ struct flash_area;
 #define IMAGE_MAGIC_V1              0x96f3b83c
 #define IMAGE_MAGIC_NONE            0xffffffff
 #define IMAGE_TLV_INFO_MAGIC        0x6907
+#define IMAGE_PROT_TLV_INFO_MAGIC   0x6908
 
 #define IMAGE_HEADER_SIZE           32