From 8828280d5d61f28f4a7eee68ed2ee78b2be992e6 Mon Sep 17 00:00:00 2001 From: Fabio Utzig Date: Thu, 17 Oct 2019 11:17:18 -0300 Subject: [PATCH] imgtool: fix typo in flag name Signed-off-by: Fabio Utzig --- scripts/imgtool/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/imgtool/image.py b/scripts/imgtool/image.py index 8eec4ced..8adc87b3 100644 --- a/scripts/imgtool/image.py +++ b/scripts/imgtool/image.py @@ -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