I've been looking into the OTA DFU dfu_init_template.c. It seems that dfu_init_postvalidate function can be used to perform a CRC check. However, in bootloader.c it seems the bootloader_app_is_valid function also performs a CRC check. Which one would be the redundant one? Am I missing something?