Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
9c52bbc0
Unverified
Commit
9c52bbc0
authored
May 01, 2018
by
danh-arm
Committed by
GitHub
May 01, 2018
Browse files
Merge pull request #1361 from vchong/tool_add_img
poplar: rename FIP_ADD_IMG to TOOL_ADD_IMG
parents
c853dc7e
00ad56e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/hisilicon/poplar/platform.mk
View file @
9c52bbc0
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment