Skip to content

Commit 6ea7add

Browse files
de-nordicnordicjm
authored andcommitted
zephyr: Remove legacy flash_area_get_sectors
The function has been provided to support Zephyr, but is not needed anymore. It does not even compile, actually. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
1 parent 7271062 commit 6ea7add

File tree

2 files changed

+0
-110
lines changed

2 files changed

+0
-110
lines changed

boot/zephyr/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@ if(DEFINED CONFIG_ENABLE_MGMT_PERUSER)
9090
endif()
9191
endif()
9292

93-
if(NOT DEFINED CONFIG_FLASH_PAGE_LAYOUT)
94-
zephyr_library_sources(
95-
flash_map_legacy.c
96-
)
97-
endif()
98-
9993
if(DEFINED CONFIG_BOOT_SHARE_BACKEND_RETENTION)
10094
zephyr_library_sources(
10195
shared_data.c

boot/zephyr/flash_map_legacy.c

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)