Home
last modified time | relevance | path

Searched refs:sector_sz_sec (Results 1 – 1 of 1) sorted by relevance

/mcuboot-latest/boot/bootutil/src/
Dswap_move.c265 size_t sector_sz_sec = 0; in boot_slots_compatible() local
294 sector_sz_sec = boot_img_sector_size(state, BOOT_SECONDARY_SLOT, i); in boot_slots_compatible()
295 if (sector_sz_pri != sector_sz_sec) { in boot_slots_compatible()
308 if (sector_sz_sec != MCUBOOT_SLOT1_EXPECTED_ERASE_SIZE) { in boot_slots_compatible()
310 MCUBOOT_SLOT1_EXPECTED_ERASE_SIZE, sector_sz_sec); in boot_slots_compatible()