Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
6 years ago
by
danh-arm
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1361 from vchong/tool_add_img
poplar: rename FIP_ADD_IMG to TOOL_ADD_IMG
parents
c853dc7e
00ad56e6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
plat/hisilicon/poplar/platform.mk
+2
-2
plat/hisilicon/poplar/platform.mk
with
2 additions
and
2 deletions
+2
-2
plat/hisilicon/poplar/platform.mk
View file @
9c52bbc0
...
...
@@ -34,10 +34,10 @@ $(eval $(call add_define,POPLAR_RECOVERY))
# Add the build options to pack Trusted OS Extra1 and Trusted OS Extra2 images
# in the FIP if the platform requires.
ifneq
($(BL32_EXTRA1),)
$(eval
$(call
FIP
_ADD_IMG,BL32_EXTRA1,--tos-fw-extra1))
$(eval
$(call
TOOL
_ADD_IMG,BL32_EXTRA1,--tos-fw-extra1))
endif
ifneq
($(BL32_EXTRA2),)
$(eval
$(call
FIP
_ADD_IMG,BL32_EXTRA2,--tos-fw-extra2))
$(eval
$(call
TOOL
_ADD_IMG,BL32_EXTRA2,--tos-fw-extra2))
endif
NEED_BL33
:=
yes
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help