-
Notifications
You must be signed in to change notification settings - Fork 685
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
imgtool: Fix tlv type encoded as 8-bit integer
Use "HH" (16+16) format for struct instead of "BBH" (8+8+16) and remove padding. TLV types have modified to be 16-bit in image.h. This change was not fully reflected in image creation, dumpinfo and verify commands. Signed-off-by: Rustam Ismayilov <[email protected]> Change-Id: I7780aeae171aea3428335f5448bde45760a76070
- Loading branch information
1 parent
4fb4592
commit 4400413
Showing
2 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters