Skip to content

Commit 7fe51d3

Browse files
committed
Add CONFIG_TRUSTED_EXECUTION_SECURE macro to Makefile
1 parent ac19bba commit 7fe51d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ports/analog/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ CFLAGS += -D$(MCU_VARIANT_UPPER) \
145145
-DTARGET_REV=0x4131 \
146146
-DTARGET=$(MCU_VARIANT_UPPER) \
147147
-DIAR_PRAGMAS=0 \
148-
-DRISCV_LOAD=0
148+
-DRISCV_LOAD=0 \
149+
-DCONFIG_TRUSTED_EXECUTION_SECURE=0
149150

150151
# todo: add these for linkerfiles later on so that it's easier to add new boards
151152
# -DFLASH_ORIGIN=0x10000000 \

0 commit comments

Comments
 (0)