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
0b1907fd
Unverified
Commit
0b1907fd
authored
Jan 07, 2019
by
Antonio Niño Díaz
Committed by
GitHub
Jan 07, 2019
Browse files
Merge pull request #1735 from antonio-nino-diaz-arm/an/load-image-v2
plat/arm: Remove comment that mentions LOAD_IMAGE_V2
parents
9a207532
500436b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/arm/common/arm_common.mk
View file @
0b1907fd
...
...
@@ -290,12 +290,7 @@ endif
endif
# RECLAIM_INIT_CODE can only be set when LOAD_IMAGE_V2=2 and xlat tables v2
# are used
ifeq
(${RECLAIM_INIT_CODE}, 1)
ifeq
(${LOAD_IMAGE_V2}, 0)
$(error
"LOAD_IMAGE_V2 must be enabled to use RECLAIM_INIT_CODE"
)
endif
ifeq
(${ARM_XLAT_TABLES_LIB_V1}, 1)
$(error
"To reclaim init code xlat tables v2 must be used"
)
endif
...
...
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