add flasher
This commit is contained in:
parent
383a965c21
commit
a2b51b0e3c
3 changed files with 24 additions and 95 deletions
|
@ -23,4 +23,10 @@
|
|||
#define DUMP_BASE 0x00000000
|
||||
#define DUMP_LEN 0x00014000
|
||||
|
||||
/* flasher */
|
||||
/* if both BOOT_OK and BOOT_SECURE are 0 then flash image will not be bootable */
|
||||
/* if both are 1 then flash image will be secure */
|
||||
#define BOOT_OK 1
|
||||
#define BOOT_SECURE 0
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue