From 11abfff8eb692754136ff3eca49049f902f8114b Mon Sep 17 00:00:00 2001 From: David Garske Date: Mon, 25 Nov 2024 09:29:48 -0800 Subject: [PATCH] Peer review feedback. --- arch.mk | 2 +- config/examples/nxp-ls1028a-tpm.config | 2 +- config/examples/nxp-ls1028a.config | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch.mk b/arch.mk index 3a68dc442..0eb12ff4f 100644 --- a/arch.mk +++ b/arch.mk @@ -79,7 +79,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