commit | f31245d3659c4c4e33be83516b38c47bc75c7bc6 | [log] [tgz] |
---|---|---|
author | Christopher Collins <ccollins@apache.org> | Wed Feb 21 12:45:26 2018 -0800 |
committer | Anas Nashif <nashif@linux.intel.com> | Wed Feb 21 18:53:42 2018 -0500 |
tree | 48cbc01f00819b918a81436293a9d5c2acf28901 | |
parent | d9bd6909c3eeff396955eb3d24080bd29a7b8c39 [diff] |
subsys: dfu: boot: Remove unused ver query code. Duplicate code to query was mistakenly added in commit 2ad7ccdb2de8c1ccf3ba94a2eb05b3a679f0cad5. This code is redundant; the existing `boot_read_bank_header()` function can read the version from both image banks. Signed-off-by: Christopher Collins <ccollins@apache.org>