commit | 05a5db4821ebaddb96b209918772165880054179 | [log] [tgz] |
---|---|---|
author | Christian Taedcke <christian.taedcke@lemonbeat.com> | Thu Feb 03 15:40:51 2022 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Sat Mar 26 12:15:09 2022 +0100 |
tree | 067a66e7674dfd564abce567b6d496c2e91f3935 | |
parent | 0faa4d04ca77a7e83361787f69a93f0a091240ec [diff] |
fs: littlefs: Use flash map macro in automount To identify the flash partition id, the macro DT_FIXED_PARTITION_ID() was used previously. Now the macro FLASH_AREA_ID() is used. This also supports the usecase when a different flash map implementation is used that redefines the macros in include/storage/flash_map.h, e.g. the nordic partition manager. Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>