Peer review feedback.

pull/525/head
David Garske 2024-11-25 09:29:48 -08:00 committed by Daniele Lacamera
parent 463c482692
commit 06bbed4280
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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

View File

@ -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