imgtool: fix typo in flag name
Signed-off-by: Fabio Utzig <utzig@apache.org>
This commit is contained in:
parent
2269f47eb4
commit
8828280d5d
|
@ -344,7 +344,7 @@ class Image():
|
|||
trailer = m * 3 * write_size # status area
|
||||
if enckey is not None:
|
||||
trailer += 16 * 2 # encryption keys
|
||||
trailer += MAX_ALIGN * 4 # magic_ok/copy_done/swap_info/swap_size
|
||||
trailer += MAX_ALIGN * 4 # image_ok/copy_done/swap_info/swap_size
|
||||
trailer += magic_size
|
||||
return trailer
|
||||
|
||||
|
|
Loading…
Reference in New Issue