Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dswap_move.c391 uint32_t new_off; in boot_move_sector_up() local
401 new_off = boot_img_sector_off(state, BOOT_PRIMARY_SLOT, idx); in boot_move_sector_up()
417 rc = boot_erase_region(fap_pri, new_off, sz); in boot_move_sector_up()
420 rc = boot_copy_region(state, fap_pri, fap_pri, old_off, new_off, sz); in boot_move_sector_up()