Add optional BL30 to fip make rule

Signed-off-by: Jon Medhurst <tixy@linaro.org>
This commit is contained in:
Jon Medhurst 2014-02-19 09:00:36 +00:00 committed by Sandrine Bailleux
parent 4d5a115e2d
commit 6d6aea6e61
1 changed files with 5 additions and 0 deletions

View File

@ -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))