Commit baa1546
committed
[nrf fromlist] boot/boot_serial: build-time skip of the erasing of img status page
For MCUboot's MCUBOOT_SINGLE_APPLICATION_SLOT, MCUBOOT_FIRMWARE_LOADER,
MCUBOOT_SINGLE_APPLICATION_SLOT_RAM_LOAD
modes there is not image run-time status data at the end on the image.
Erase of that was done as the last image page erase - and was no harm
before by luck.
Following commit just reveled the issue:
#35536633846b53ccdf01bea0594526de4b416fc0
Upstream PR #: 2417
Signed-off-by: Andrzej Puzdrowski <[email protected]>1 parent a184e32 commit baa1546
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
80 | 86 | | |
81 | 87 | | |
82 | 88 | | |
| |||
914 | 920 | | |
915 | 921 | | |
916 | 922 | | |
| 923 | + | |
917 | 924 | | |
918 | 925 | | |
| 926 | + | |
919 | 927 | | |
920 | 928 | | |
921 | 929 | | |
| |||
988 | 996 | | |
989 | 997 | | |
990 | 998 | | |
991 | | - | |
| 999 | + | |
992 | 1000 | | |
993 | 1001 | | |
994 | 1002 | | |
| |||
1167 | 1175 | | |
1168 | 1176 | | |
1169 | 1177 | | |
1170 | | - | |
| 1178 | + | |
1171 | 1179 | | |
1172 | 1180 | | |
1173 | 1181 | | |
| |||
0 commit comments