Initial commit
Initial commit.
This commit is contained in:
14
bootloader/mcuboot/boot/mbed/include/sysflash/sysflash.h
Normal file
14
bootloader/mcuboot/boot/mbed/include/sysflash/sysflash.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/* Manual version of auto-generated version. */
|
||||
|
||||
#ifndef __SYSFLASH_H__
|
||||
#define __SYSFLASH_H__
|
||||
|
||||
#define PRIMARY_ID 0
|
||||
#define SECONDARY_ID 1
|
||||
#define SCRATCH_ID 2
|
||||
|
||||
#define FLASH_AREA_IMAGE_PRIMARY(x) PRIMARY_ID
|
||||
#define FLASH_AREA_IMAGE_SECONDARY(x) SECONDARY_ID
|
||||
#define FLASH_AREA_IMAGE_SCRATCH SCRATCH_ID
|
||||
|
||||
#endif /* __SYSFLASH_H__ */
|
||||
Reference in New Issue
Block a user