rboot-ota: Always put a checksum in rboot config

Means bootloader will still work if configured to verify the checksum
This commit is contained in:
Angus Gratton 2016-03-24 15:35:23 +11:00
parent 53b2b50241
commit 1f1881a452
3 changed files with 14 additions and 16 deletions

View file

@ -28,4 +28,11 @@
#define RBOOT_DEBUG(f_, ...)
#endif
/* Enable checksumming when writing out the config,
so if the bootloader is built with checksumming then
it will still work.
*/
#define BOOT_CONFIG_CHKSUM
#endif // __RBOOT_INTEGRATION_H__