We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559ee3d commit 5cb0cb5Copy full SHA for 5cb0cb5
1 file changed
src/update_flash.c
@@ -903,7 +903,7 @@ static int RAMFUNCTION wolfBoot_update(int fallback_allowed)
903
/* get total size */
904
total_size = wolfBoot_get_total_size(&boot, &update);
905
if (total_size <= IMAGE_HEADER_SIZE) {
906
- wolfBoot_printf("Image total size %u too large!\n", total_size);
+ wolfBoot_printf("Image total size %u invalid!\n", total_size);
907
return -1;
908
}
909
/* In case this is a new update, do the required
0 commit comments