diff --git a/arch.mk b/arch.mk index 346fe9081..b517062f3 100644 --- a/arch.mk +++ b/arch.mk @@ -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) diff --git a/config/examples/nxp-ls1028a-tpm.config b/config/examples/nxp-ls1028a-tpm.config index 0b80d48b8..91a4752e7 100644 --- a/config/examples/nxp-ls1028a-tpm.config +++ b/config/examples/nxp-ls1028a-tpm.config @@ -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 diff --git a/config/examples/nxp-ls1028a.config b/config/examples/nxp-ls1028a.config index 58f0f55b1..366b7dcee 100644 --- a/config/examples/nxp-ls1028a.config +++ b/config/examples/nxp-ls1028a.config @@ -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