commit | e2c9be1a18aa0770cb529a01a6a1de677b91221f | [log] [tgz] |
---|---|---|
author | Marti Bolivar <marti@opensourcefoundries.com> | Thu Feb 01 01:29:56 2018 -0500 |
committer | Anas Nashif <nashif@linux.intel.com> | Mon Feb 05 06:42:15 2018 -0800 |
tree | d8b8fb27f134667b381114d55822b2b36e059080 | |
parent | 01aa12bffd7ae55d8de0f77f9c5a887a3c9e3ff9 [diff] |
dfu: mcuboot: add boot_read_bank_header() This is an accessor function for the MCUboot image header of an image bank. The interface may seem a little cumbersome, but it is future-proof against MCUboot feature and incompatible header version changes. Signed-off-by: Marti Bolivar <marti@opensourcefoundries.com>