commit | de8a38abb3d1a16e77b9b98476499c2d37237a97 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@utzig.org> | Tue May 23 11:15:01 2017 -0400 |
committer | Fabio Utzig <utzig@utzig.org> | Wed May 24 09:16:15 2017 -0400 |
tree | 47abf0f4dc35714fe13a1ce00e0f05f7aafe05d9 | |
parent | 34e393ee2d5fee3795a2495c46cb4457f2db5b0e [diff] [blame] |
Use better naming for flags
diff --git a/boot/bootutil/src/bootutil_priv.h b/boot/bootutil/src/bootutil_priv.h index 59f655d..85fa178 100644 --- a/boot/bootutil/src/bootutil_priv.h +++ b/boot/bootutil/src/bootutil_priv.h
@@ -90,8 +90,8 @@ #define BOOT_FLAG_IMAGE_OK 0 #define BOOT_FLAG_COPY_DONE 1 -#define BOOT_IMAGE_OK 0x01 -#define BOOT_IMAGE_UNSET 0xff +#define BOOT_FLAG_SET 0x01 +#define BOOT_FLAG_UNSET 0xff extern const uint32_t BOOT_MAGIC_SZ;