Commit 3c74eb6c authored by Jon Medhurst's avatar Jon Medhurst Committed by Sandrine Bailleux
Browse files

Add optional BL30 to fip make rule


Signed-off-by: default avatarJon Medhurst <tixy@linaro.org>
parent 8f2411c0
......@@ -399,6 +399,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))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment