TEMP - disable trailing bytes checking in bootloader

cepetr 2 months ago
parent 992d79576f
commit b0cd000bf2

@ -293,6 +293,7 @@ secbool check_image_contents(const image_header *const hdr, uint32_t firstskip,
offset += bytes_to_check;
}
/*
// Check the padding to the end of the area
end_offset = flash_area_get_size(area);
@ -345,6 +346,7 @@ secbool check_image_contents(const image_header *const hdr, uint32_t firstskip,
offset += words_to_check * sizeof(uint32_t);
}
}
*/
return sectrue;
}

Loading…
Cancel
Save