Skip to content

Commit

Permalink
Peer review feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske authored and danielinux committed Dec 2, 2024
1 parent 463c482 commit 06bbed4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch.mk
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ifeq ($(ARCH),AARCH64)
SPI_TARGET=nxp
else
# By default disable ARM ASM for other targets
NO_ARM_ASM=1
NO_ARM_ASM?=1
endif

ifeq ($(SPMATH),1)
Expand Down
2 changes: 1 addition & 1 deletion config/examples/nxp-ls1028a-tpm.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARCH=AARCH64
TARGET=nxp_ls1028a
SIGN?=ECC256
HASH?=SHA256
DEBUG?=1
DEBUG?=0
DEBUG_UART?=1
VTOR?=0
CORTEX_M0?=0
Expand Down
2 changes: 1 addition & 1 deletion config/examples/nxp-ls1028a.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARCH=AARCH64
TARGET=nxp_ls1028a
SIGN?=ECC256
HASH?=SHA256
DEBUG?=1
DEBUG?=0
DEBUG_UART?=1
VTOR?=0
CORTEX_M0?=0
Expand Down

0 comments on commit 06bbed4

Please sign in to comment.