mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2024-12-13 13:15:39 +00:00
Merge pull request #1091 from geesun/qx/el3_payload_base_cfg_check
Filter out invalid configure for EL3_PAYLOAD_BASE
This commit is contained in:
commit
50915b891e
6
Makefile
6
Makefile
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user