Skip to content

Commit 06bbed4

Browse files
dgarskedanielinux
authored andcommitted
Peer review feedback.
1 parent 463c482 commit 06bbed4

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
@@ -82,7 +82,7 @@ ifeq ($(ARCH),AARCH64)
8282
SPI_TARGET=nxp
8383
else
8484
# By default disable ARM ASM for other targets
85-
NO_ARM_ASM=1
85+
NO_ARM_ASM?=1
8686
endif
8787

8888
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)