Skip to content

Commit 8742af6

Browse files
twcook86danielinux
authored andcommitted
Turn off lpc55s69 hw accel (PKA) be default
1 parent aa4d9e2 commit 8742af6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/examples/lpc55s69-tz.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ V?=0
2626
SPMATH?=1
2727
RAM_CODE?=1
2828
DUALBANK_SWAP?=0
29-
PKA?=1
29+
PKA?=0
3030
FLASH_MULTI_SECTOR_ERASE?=1
3131
WOLFCRYPT_TZ?=1
3232
WOLFCRYPT_TZ_PKCS11?=1

config/examples/lpc55s69.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ V?=0
2626
SPMATH?=1
2727
RAM_CODE?=1
2828
DUALBANK_SWAP?=0
29-
PKA?=1
29+
PKA?=0
3030
FLASH_MULTI_SECTOR_ERASE?=1
3131

3232
# use 1024-byte sector to accomodate RSA4096 signature

0 commit comments

Comments
 (0)