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
50915b89
Commit
50915b89
authored
Sep 12, 2017
by
davidcunado-arm
Committed by
GitHub
Sep 12, 2017
Browse files
Merge pull request #1091 from geesun/qx/el3_payload_base_cfg_check
Filter out invalid configure for EL3_PAYLOAD_BASE
parents
487c869d
76580f3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
50915b89
...
...
@@ -305,6 +305,12 @@ ifdef EL3_PAYLOAD_BASE
$(warning
"PRELOADED_BL33_BASE
and
EL3_PAYLOAD_BASE
are
\
incompatible
build
options.
EL3_PAYLOAD_BASE
has
priority.
")
endif
ifneq (${GENERATE_COT},0)
$(error "
GENERATE_COT
and
EL3_PAYLOAD_BASE
are
incompatible
build
options.
")
endif
ifneq (${TRUSTED_BOARD_BOOT},0)
$(error "
TRUSTED_BOARD_BOOT
and
EL3_PAYLOAD_BASE
are
incompatible
build
options.
")
endif
endif
ifeq (${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