summaryrefslogtreecommitdiff
path: root/plat/juno/plat_topology.c
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2015-02-25 09:54:41 -0800
committerdanh-arm <dan.handley@arm.com>2015-02-25 09:54:41 -0800
commit0412c66a9e5a55e960055d80e2ff604fadf1ca3e (patch)
treef0b7ba861146a522e1a672e2c307d8320b4deb5f /plat/juno/plat_topology.c
parentf578d5e1a3068fc0a9e6e1c9f024b89f945d691b (diff)
parent8c32bc26e7bc58f028c1b31dd226610d3d388237 (diff)
Merge pull request #259 from soby-mathew/sm/plat_max_afflvl
Export maximum affinity using PLATFORM_MAX_AFFLVL macro
Diffstat (limited to 'plat/juno/plat_topology.c')
-rw-r--r--plat/juno/plat_topology.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/plat/juno/plat_topology.c b/plat/juno/plat_topology.c
index 39d4dabc..c22edda2 100644
--- a/plat/juno/plat_topology.c
+++ b/plat/juno/plat_topology.c
@@ -48,11 +48,6 @@ unsigned int plat_get_aff_state(unsigned int aff_lvl, unsigned long mpidr)
return aff_lvl <= MPIDR_AFFLVL1 ? PSCI_AFF_PRESENT : PSCI_AFF_ABSENT;
}
-int plat_get_max_afflvl()
-{
- return MPIDR_AFFLVL1;
-}
-
int plat_setup_topology()
{
/* Juno todo: Make topology configurable via SCC */