aboutsummaryrefslogtreecommitdiff
path: root/plat/marvell/a8k/common/a8k_common.mk
diff options
context:
space:
mode:
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-09-24 17:15:46 +0100
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-09-28 15:34:17 +0100
commit35795b4e878467300b3bdccc37d7486a9c8942c6 (patch)
treec4bd0cd1336ab9a2ca93611fd9f4778bd22724e0 /plat/marvell/a8k/common/a8k_common.mk
parentb840662cb0b3cb8d8c29b49d4f77e1762152a2c4 (diff)
downloadtrusted-firmware-a-35795b4e878467300b3bdccc37d7486a9c8942c6.tar.gz
marvell: Migrate to new interfaces
- Migrate to bl2_early_platform_setup2(). - Remove references to removed build options. - Use private definition of bl31_params_t. This is an incomplete migration, the platform doesn't currently compile. Change-Id: I1ae477b1f2489f49b651528050fdf06e4a55e425 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'plat/marvell/a8k/common/a8k_common.mk')
-rw-r--r--plat/marvell/a8k/common/a8k_common.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/plat/marvell/a8k/common/a8k_common.mk b/plat/marvell/a8k/common/a8k_common.mk
index be2ff1e3af..364935cad8 100644
--- a/plat/marvell/a8k/common/a8k_common.mk
+++ b/plat/marvell/a8k/common/a8k_common.mk
@@ -97,11 +97,6 @@ BL31_SOURCES += lib/cpus/aarch64/cortex_a72.S \
# Add trace functionality for PM
BL31_SOURCES += $(PLAT_COMMON_BASE)/plat_pm_trace.c
-# Disable the PSCI platform compatibility layer (allows porting
-# from Old Platform APIs to the new APIs).
-# It is not needed since Marvell platform already used the new platform APIs.
-ENABLE_PLAT_COMPAT := 0
-
# Force builds with BL2 image on a80x0 platforms
ifndef SCP_BL2
$(error "Error: SCP_BL2 image is mandatory for a8k family")