commit | da9e12b106622f1d1b90a67889e3503efac55a03 | [log] [tgz] |
---|---|---|
author | Madan Srinivas <madans@ti.com> | Tue Jan 09 14:32:41 2018 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 19 15:49:30 2018 -0500 |
tree | 42e215919601c196787ed1668d89cd4d36695fa9 | |
parent | 8d2faf8bef7e2ec4bae8d354bd9e7bc0c0b9f42b [diff] |
arm: am33xx: security: Fix size calculation on header Fix the size calculation in the verify boot. The header size should be subtracted from the image size, not be assigned to the image size. Fixes: 0830d72bb9f8 ("arm: am33xx: security: adds auth support for encrypted images") Signed-off-by: Madan Srinivas <madans@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>