summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/sbtools/sbtoelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/sbtools/sbtoelf.c b/utils/sbtools/sbtoelf.c
index b430e07eb7..54daf7bc1f 100644
--- a/utils/sbtools/sbtoelf.c
+++ b/utils/sbtools/sbtoelf.c
@@ -595,7 +595,7 @@ static void extract(unsigned long filesize)
595 char name[5]; 595 char name[5];
596 fill_section_name(name, tag->identifier); 596 fill_section_name(name, tag->identifier);
597 int pos = offset; 597 int pos = offset;
598 int size = (tag->len - 1) * BLOCK_SIZE; /* command include itself */ 598 int size = tag->len * BLOCK_SIZE;
599 int data_sec = !(tag->flags & SECTION_BOOTABLE); 599 int data_sec = !(tag->flags & SECTION_BOOTABLE);
600 int encrypted = !(tag->flags & SECTION_CLEARTEXT); 600 int encrypted = !(tag->flags & SECTION_CLEARTEXT);
601 601