Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
peterohanley committed Jan 8, 2025
1 parent b298b6f commit c87a307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/platform_crypto/shave_trusted_boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TRUSTED_BOOT_BIN = trusted_boot$(TARGET_SUFFIX)

SRC = $(wildcard $(ROOT_DIR)/*.c)
OBJ = $(SRC:$(ROOT_DIR)/%.c=$(BUILD_DIR)/%.o)
CFLAGS = -I$(ROOT_DIR)
CFLAGS = -I$(ROOT_DIR) -DNO_XMSS

CN_FLAGS=-I$(ROOT_DIR) -I$(ROOT_DIR)/../../include --include=$(ROOT_DIR)/../../include/wars.h --magic-comment-char-dollar
CN=cn verify $(CN_FLAGS)
Expand Down
2 changes: 1 addition & 1 deletion components/platform_crypto/shave_trusted_boot/firmware.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ static XmssSignatureBlob xmss_signature;
#endif
#endif

static unsigned int boot_once __attribute__ ((section (".x,tbootdata") ));
static unsigned int boot_once __attribute__ ((section (".tbootdata") ));

static void magically_call(void (*f)(void))
/*$ trusted; $*/
Expand Down

0 comments on commit c87a307

Please sign in to comment.