| commit | 2d2e1614b5b62c72e60ce719f511f4fb2bfcab68 | [log] [tgz] |
|---|---|---|
| author | Findlay Feng <i@fengch.me> | Thu Aug 02 09:44:13 2018 +0800 |
| committer | Kumar Gala <kumar.gala@gmail.com> | Fri Feb 08 09:13:09 2019 -0600 |
| tree | a6e89f5b010295f6b7e4a0496a7720264c07166d | |
| parent | 04bf2e1bd1cd5deb706572083cdf9c5e8b249628 [diff] |
dfu/flash_img: use flash_map instead of flash API Patch introduces flash_map subsystem to operate on flash image instead of direct operation using flash_driver API. Changes allows to support operation on the image in any flash device. flash_map was not available when this subsystem was introduced. Signed-off-by: Findlay Feng <i@fengch.me>