Improved flash image validation (#1916)

This commit is contained in:
Mark Thompson 2024-02-18 12:02:42 -06:00 committed by GitHub
parent a1f7010e08
commit cd80da58d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 27 additions and 4 deletions

View file

@ -35,6 +35,7 @@
#define FLASH_ROM_SIZE 1048576
#define FLASH_STARTING_ADDRESS 0x00000000
#define FLASH_EXPECTED_CHECKSUM 0x00000000
#define FLASH_CHECKSUM_ERROR 0xFFFFFFFF
namespace ui {