aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2014-02-19 09:00:36 +0000
committerSandrine Bailleux <sandrine.bailleux@arm.com>2014-03-12 16:03:33 +0000
commit6d6aea6e61130977284b6a3f8ef283635ed9c4b3 (patch)
tree1db480b855b3a6f5005ca9fe2bd46ce90bbe1530
parent4d5a115e2d5051114f4796f1cd64a56dbab8a7f7 (diff)
Add optional BL30 to fip make rule
Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5672f00..fa47ede 100644
--- a/Makefile
+++ b/Makefile
@@ -378,6 +378,11 @@ ifeq (${NEED_BL2},yes)
$(eval $(call MAKE_BL,2,in_fip))
endif
+ifneq (${BL30},)
+FIP_DEPS += ${BL30}
+FIP_ARGS += --bl30 ${BL30}
+endif
+
ifeq (${NEED_BL31},yes)
BL31_SOURCES += ${SPD_SOURCES}
$(eval $(call MAKE_BL,31,in_fip))