Move rboot_verify_image to rboot-api
Removes rboot-integration.c, removes need for clients to include rboot-integration.h
This commit is contained in:
parent
6eceb5843c
commit
03559de5cb
5 changed files with 162 additions and 136 deletions
|
@ -28,7 +28,4 @@
|
|||
#define RBOOT_DEBUG(f_, ...)
|
||||
#endif
|
||||
|
||||
// Check that a valid-looking rboot image is found at this offset on the flash, and
|
||||
// takes up 'expected_length' bytes.
|
||||
bool rboot_verify_image(uint32_t offset, uint32_t expected_length, const char **error_message);
|
||||
#endif // __RBOOT_INTEGRATION_H__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue