diff options
| -rw-r--r-- | plat/arm/common/arm_common.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plat/arm/common/arm_common.mk b/plat/arm/common/arm_common.mk index 24b61e81..bef34ada 100644 --- a/plat/arm/common/arm_common.mk +++ b/plat/arm/common/arm_common.mk @@ -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 |
