Commit 00ad56e6 authored by Victor Chong's avatar Victor Chong
Browse files

poplar: rename FIP_ADD_IMG to TOOL_ADD_IMG

Fixes: f3d522be

 ("poplar: Support Trusted OS extra image (OP-TEE header) parsing")
Signed-off-by: default avatarVictor Chong <victor.chong@linaro.org>
parent 7f6d8f49
...@@ -34,10 +34,10 @@ $(eval $(call add_define,POPLAR_RECOVERY)) ...@@ -34,10 +34,10 @@ $(eval $(call add_define,POPLAR_RECOVERY))
# Add the build options to pack Trusted OS Extra1 and Trusted OS Extra2 images # Add the build options to pack Trusted OS Extra1 and Trusted OS Extra2 images
# in the FIP if the platform requires. # in the FIP if the platform requires.
ifneq ($(BL32_EXTRA1),) ifneq ($(BL32_EXTRA1),)
$(eval $(call FIP_ADD_IMG,BL32_EXTRA1,--tos-fw-extra1)) $(eval $(call TOOL_ADD_IMG,BL32_EXTRA1,--tos-fw-extra1))
endif endif
ifneq ($(BL32_EXTRA2),) ifneq ($(BL32_EXTRA2),)
$(eval $(call FIP_ADD_IMG,BL32_EXTRA2,--tos-fw-extra2)) $(eval $(call TOOL_ADD_IMG,BL32_EXTRA2,--tos-fw-extra2))
endif endif
NEED_BL33 := yes NEED_BL33 := yes
......
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