summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-09-25 13:32:46 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-10-14 12:30:02 +0200
commitc9d48debf405ed49deffebef892990376052df09 (patch)
tree673b577a0a02a4c34d5561139a5437ed6c6cb23e /platforms
parente3caf369a9a0fc95300122534478fe2e58f4a4fc (diff)
downloadptxdist-c9d48debf405ed49deffebef892990376052df09.tar.gz
ptxdist-c9d48debf405ed49deffebef892990376052df09.tar.xz
tf-a: Allow to build for multiple platforms
A single ptxdist build can be for multiple platforms, so allow to compile the ARM trusted firmware for multiple platforms as well. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Message-Id: <20200925113246.13226-1-s.hauer@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/tf-a.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/platforms/tf-a.in b/platforms/tf-a.in
index ba04f44be..0936319f1 100644
--- a/platforms/tf-a.in
+++ b/platforms/tf-a.in
@@ -58,11 +58,11 @@ config TF_A_ARM_ARCH_MAJOR
default 8 if TF_A_ARM_ARCH_MAJOR_8
-config TF_A_PLATFORM
+config TF_A_PLATFORMS
string
- prompt "TF-A target platform"
+ prompt "TF-A target platforms"
help
- The TF-A target platform.
+ A space separated list of TF-A target platforms.
config TF_A_ARM_ARCH_MINOR
depends on TF_A_ARM_ARCH_MAJOR_8 || TF_A_ARM_ARCH_MAJOR_8_32_BIT