summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Crane <cranes@google.com>2023-01-30 21:26:03 +0000
committerStephen Crane <cranes@google.com>2023-01-30 21:26:03 +0000
commit454fe3b065c0962a81d87581927d836e6082e111 (patch)
treebfbcbfdbe98b777a46cacb7365a9f046b9f5e686
parentb89ff2015485562c65efe3792bc4da3c7ada15fc (diff)
downloadimx7d-454fe3b065c0962a81d87581927d836e6082e111.tar.gz
trusty: Mark nxp targets as 32-bit
We rely on KERNEL_32BIT being set for Trusty targets that are 32-bit platforms. Adds this make variable definition to the nxp targets. Test: build.py imx7d pico7d sdb7d Bug: None Change-Id: Ide67ed44ef941f58c10284aa09ec4183acae7047
-rw-r--r--project/imx7d-inc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/imx7d-inc.mk b/project/imx7d-inc.mk
index a504688..4af7572 100644
--- a/project/imx7d-inc.mk
+++ b/project/imx7d-inc.mk
@@ -19,6 +19,7 @@ DEBUG ?= 2
SMP_MAX_CPUS ?= 2
SMP_CPU_CLUSTER_SHIFT ?= 1
WITH_SMP := 1
+KERNEL_32BIT := true
# select timer
GLOBAL_DEFINES += TIMER_ARM_GENERIC_SELECTED=CNTPS