add flasher

This commit is contained in:
Mariano Alvira 2010-02-26 14:51:01 -05:00
parent 383a965c21
commit a2b51b0e3c
3 changed files with 24 additions and 95 deletions

View file

@ -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