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:
parent
53b2b50241
commit
1f1881a452
3 changed files with 14 additions and 16 deletions
|
@ -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__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue