Skip to content

Commit

Permalink
Remove RDCT bitflag definitions from the image_toc.h
Browse files Browse the repository at this point in the history
Place them inside the board configuration instead

Signed-off-by: Jukka Laitinen <[email protected]>
  • Loading branch information
jlaitine committed Nov 30, 2023
1 parent d24536f commit e2e4991
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/include/image_toc.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ typedef struct __attribute__((__packed__)) image_toc_entry {
Certificate signature follows the data
*/

#define RDCT_CAPS0_ALLOW_UNSIGNED_BOOT 0x1

typedef struct __attribute__((__packed__))
{
uint8_t device_uuid[16];
Expand Down

0 comments on commit e2e4991

Please sign in to comment.