commit | 9d72546f0245159ae28362c3a67377323ecf8b90 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Mon Jan 23 15:50:58 2017 -0700 |
committer | David Brown <david.brown@linaro.org> | Mon Jan 23 16:01:02 2017 -0700 |
tree | 06be45643c6ca4101d3763d86ea8b93a3d0f4d56 | |
parent | e380fa6e30caf7a0fede4b48bf4166847f90457d [diff] |
bootutil: Fix issue with align > 1 Some flash devices not only require writes to occur on an `align` byte boundary, but also require that the writes be done in chunks of this size as well. Enhance the sections that write status bytes to write more than a single status byte.