From bd9290242996154ba956954b5da11a1cdf65c7be Mon Sep 17 00:00:00 2001 From: Jukka Laitinen Date: Thu, 30 Nov 2023 14:15:15 +0200 Subject: [PATCH] Remove RDCT bitflag definitions from the image_toc.h Place them inside the board configuration instead Signed-off-by: Jukka Laitinen --- src/include/image_toc.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/include/image_toc.h b/src/include/image_toc.h index 7636e13c9d4c..479888b21315 100644 --- a/src/include/image_toc.h +++ b/src/include/image_toc.h @@ -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];