Skip to content

Commit 3fcc6a8

Browse files
authored
rom_pick_ab_update_partition -> rom_pick_ab_partition_during_update (#677)
1 parent da710fd commit 3fcc6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootloaders/encrypted/enc_bootloader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ int main() {
126126
printf("Flash Update Base %x\n", info.reboot_params[0]);
127127
}
128128

129-
rc = rom_pick_ab_update_partition((uint32_t*)workarea, sizeof(workarea), 0);
129+
rc = rom_pick_ab_partition_during_update((uint32_t*)workarea, sizeof(workarea), 0);
130130
if (rc < 0) {
131131
printf("Partition Table A/B choice failed %d - resetting\n", rc);
132132
reset_usb_boot(0, 0);

0 commit comments

Comments
 (0)