Commit 183b27e
committed
imgtool: dumpinfo.py: use correct define when tlv iterating
When iterating over tlv's the `TLV_SIZE` should be used and not
`TLV_INFO_SIZE`.
Signed-off-by: Bram Vlerick <[email protected]>1 parent 6fe259b commit 183b27e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
0 commit comments