File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2601,7 +2601,7 @@ Boot header magic 0x00000000 invalid at 0x20000128
26012601Copy sector 1 (part 1->2)
26022602Copy sector 1 (part 0->1)
26032603Copy sector 1 (part 2->0)
2604- Erasing remainder of partitions (235 sectors)...
2604+ Erasing remainder of partition (235 sectors)...
26052605Boot partition: 0xC000 (sz 4832, ver 0x2, type 0x201)
26062606Boot header magic 0x00000000 invalid at 0x20000128
26072607Copy sector 236 (part 0->2)
@@ -2643,7 +2643,7 @@ Copy sector 1 (part 2->0)
26432643Copy sector 2 (part 1->2)
26442644Copy sector 2 (part 0->1)
26452645Copy sector 2 (part 2->0)
2646- Erasing remainder of partitions (88 sectors)...
2646+ Erasing remainder of partition (88 sectors)...
26472647Boot partition: 0x100C000 (sz 4120, ver 0x2, type 0x202)
26482648Update partition: 0x100000 (sz 4120, ver 0x1, type 0x201)
26492649Copy sector 90 (part 0->2)
Original file line number Diff line number Diff line change @@ -777,7 +777,7 @@ static int RAMFUNCTION wolfBoot_update(int fallback_allowed)
777777 }
778778 }
779779
780- /* Erase remainder of partitions */
780+ /* Erase remainder of partition */
781781#if defined(WOLFBOOT_FLASH_MULTI_SECTOR_ERASE ) || defined(PRINTF_ENABLED )
782782 /* calculate number of remaining bytes */
783783 /* reserve 1 sector for status (2 sectors for NV write once) */
@@ -787,7 +787,7 @@ static int RAMFUNCTION wolfBoot_update(int fallback_allowed)
787787 size = WOLFBOOT_PARTITION_SIZE - (sector * sector_size ) - sector_size ;
788788#endif
789789
790- wolfBoot_printf ("Erasing remainder of partitions (%d sectors)...\n" ,
790+ wolfBoot_printf ("Erasing remainder of partition (%d sectors)...\n" ,
791791 size /sector_size );
792792#endif
793793
You can’t perform that action at this time.
0 commit comments