summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@kernel.org>2022-02-02 13:21:54 +0200
committerPraneeth Bajjuri <praneeth@ti.com>2022-02-02 16:22:01 -0600
commitdd0bb6313c97ff8b2e9ec135125976e353f007aa (patch)
tree078ca2e0cdd8bec675fe816ef146f81d04a5fee8 /Makefile
parent1e966438591abf20a6cad5f66e65e243163a124b (diff)
binman: Add support for TEE BL32
Add an entry for OP-TEE Trusted OS 'BL32' payload. This is required by platforms using Cortex-A cores with TrustZone technology. Signed-off-by: Roger Quadros <rogerq@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b4f1cbcf9b..221166414a 100644
--- a/Makefile
+++ b/Makefile
@@ -1335,6 +1335,7 @@ cmd_binman = $(srctree)/tools/binman/binman $(if $(BINMAN_DEBUG),-D) \
-I . -I $(srctree) -I $(srctree)/board/$(BOARDDIR) \
-I arch/$(ARCH)/dts -a of-list=$(CONFIG_OF_LIST) \
-a atf-bl31-path=${BL31} \
+ -a atf-bl32-path=${BL32} \
-a default-dt=$(default_dt) \
-a scp-path=$(SCP) \
$(BINMAN_$(@F))