Skip to content

Commit 11abfff

Browse files
committed
Peer review feedback.
1 parent 97ac0c2 commit 11abfff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arch.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ifeq ($(ARCH),AARCH64)
7979
SPI_TARGET=nxp
8080
else
8181
# By default disable ARM ASM for other targets
82-
NO_ARM_ASM=1
82+
NO_ARM_ASM?=1
8383
endif
8484

8585
ifeq ($(SPMATH),1)

config/examples/nxp-ls1028a-tpm.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARCH=AARCH64
22
TARGET=nxp_ls1028a
33
SIGN?=ECC256
44
HASH?=SHA256
5-
DEBUG?=1
5+
DEBUG?=0
66
DEBUG_UART?=1
77
VTOR?=0
88
CORTEX_M0?=0

config/examples/nxp-ls1028a.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARCH=AARCH64
22
TARGET=nxp_ls1028a
33
SIGN?=ECC256
44
HASH?=SHA256
5-
DEBUG?=1
5+
DEBUG?=0
66
DEBUG_UART?=1
77
VTOR?=0
88
CORTEX_M0?=0

0 commit comments

Comments
 (0)