We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da710fd commit 3fcc6a8Copy full SHA for 3fcc6a8
bootloaders/encrypted/enc_bootloader.c
@@ -126,7 +126,7 @@ int main() {
126
printf("Flash Update Base %x\n", info.reboot_params[0]);
127
}
128
129
- rc = rom_pick_ab_update_partition((uint32_t*)workarea, sizeof(workarea), 0);
+ rc = rom_pick_ab_partition_during_update((uint32_t*)workarea, sizeof(workarea), 0);
130
if (rc < 0) {
131
printf("Partition Table A/B choice failed %d - resetting\n", rc);
132
reset_usb_boot(0, 0);
0 commit comments