Commit 500436b2 authored by Antonio Nino Diaz's avatar Antonio Nino Diaz
Browse files

plat/arm: Remove comment that mentions LOAD_IMAGE_V2



This option was removed in v2.0.

Change-Id: I0c929fddb57d60c5eff9e45dd5ee8c636b28e6c3
Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
parent c8765826
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment