mirror of https://github.com/wolfSSL/wolfBoot.git
Disable TZEN by default on all platforms
parent
28b275d3f5
commit
d642231344
|
@ -33,7 +33,7 @@ ifeq ($(ARCH),)
|
|||
PKA?=1
|
||||
PSOC6_CRYPTO?=1
|
||||
WOLFTPM?=0
|
||||
TZEN?=1
|
||||
TZEN?=0
|
||||
WOLFBOOT_PARTITION_SIZE?=0x20000
|
||||
WOLFBOOT_SECTOR_SIZE?=0x20000
|
||||
WOLFBOOT_PARTITION_BOOT_ADDRESS?=0x20000
|
||||
|
|
Loading…
Reference in New Issue