Skip to content

Commit 782d4b6

Browse files
committed
Fix to allow .config to define WOLFTPM variable (and others).
1 parent 683624a commit 782d4b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/config.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ ifeq ($(ARCH),)
2727
V?=0
2828
SPMATH?=1
2929
RAM_CODE?=0
30-
DUALBANK_SWAP=0
30+
DUALBANK_SWAP?=0
3131
IMAGE_HEADER_SIZE?=256
32-
PKA=1
33-
WOLFTPM=0
32+
PKA?=1
33+
WOLFTPM?=0
3434
WOLFBOOT_PARTITION_SIZE?=0x20000
3535
WOLFBOOT_SECTOR_SIZE?=0x20000
3636
WOLFBOOT_PARTITION_BOOT_ADDRESS?=0x20000

0 commit comments

Comments
 (0)