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
7bcb8ad2
Commit
7bcb8ad2
authored
Apr 26, 2021
by
Olivier Deprez
Committed by
TrustedFirmware Code Review
Apr 26, 2021
Browse files
Merge "Arm: Fix error message printing in board makefile" into integration
parents
65070a52
5eea0193
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/arm/board/common/board_common.mk
View file @
7bcb8ad2
...
@@ -33,7 +33,7 @@ $(BUILD_PLAT)/bl2/arm_dev_rotpk.o : $(ARM_ROTPK_HASH)
...
@@ -33,7 +33,7 @@ $(BUILD_PLAT)/bl2/arm_dev_rotpk.o : $(ARM_ROTPK_HASH)
$(warning
Development
keys
support
for
FVP
is
deprecated.
Use
`regs`
\
$(warning
Development
keys
support
for
FVP
is
deprecated.
Use
`regs`
\
option
instead)
option
instead)
else
else
$(error
"Unsupported ARM_ROTPK_LOCATION value"
)
$(error
"Unsupported ARM_ROTPK_LOCATION value"
)
endif
endif
$(eval
$(call
add_define,ARM_ROTPK_LOCATION_ID))
$(eval
$(call
add_define,ARM_ROTPK_LOCATION_ID))
...
...
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