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
5b0d839f
Commit
5b0d839f
authored
Sep 10, 2020
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Sep 10, 2020
Browse files
Merge "plat/arm: rdn1edge: Correct mismatched parenthesis in makefile" into integration
parents
071d4953
3280033b
Changes
1
Show whitespace changes
Inline
Side-by-side
plat/arm/board/rdn1edge/platform.mk
View file @
5b0d839f
...
...
@@ -47,7 +47,7 @@ FW_CONFIG := ${BUILD_PLAT}/fdts/${PLAT}_fw_config.dtb
TB_FW_CONFIG
:=
${BUILD_PLAT}
/fdts/
${PLAT}
_tb_fw_config.dtb
# Add the FW_CONFIG to FIP and specify the same to certtool
$(eval
$(call
TOOL_ADD_PAYLOAD,${FW_CONFIG},--fw-config
)
,${FW_CONFIG})
$(eval
$(call
TOOL_ADD_PAYLOAD,${FW_CONFIG},--fw-config,${FW_CONFIG})
)
# Add the TB_FW_CONFIG to FIP and specify the same to certtool
$(eval
$(call
TOOL_ADD_PAYLOAD,${TB_FW_CONFIG},--tb-fw-config,${TB_FW_CONFIG}))
...
...
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