summaryrefslogtreecommitdiff
path: root/plat/sun50iw1p1/sunxi_private.h
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2016-02-23 13:39:51 +0000
committerAndre Przywara <andre.przywara@arm.com>2016-06-02 01:25:06 +0100
commitaad594b5c633b1d0cfa884ba1b7cc947f259bcaf (patch)
tree949f892f06d96df57a92728e9d707ccbe95fbc1a /plat/sun50iw1p1/sunxi_private.h
parentfc1e255c846bc0a0c72c8e6f822e64e24704e136 (diff)
sun50i: simplify topology setup
The topology code was apparently copied from the ARM FVP model, which is very versatile and allows for a sophisticated, configurable topology setup. Allwinner SoC on the other hand are at best multi-cluster - the A64 in fact has only one cluster. Simplify the sunxi specific topology code to support two affinity levels at most - this drastically reduces the code size and makes it much more readable. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'plat/sun50iw1p1/sunxi_private.h')
-rw-r--r--plat/sun50iw1p1/sunxi_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/sun50iw1p1/sunxi_private.h b/plat/sun50iw1p1/sunxi_private.h
index 31e479e..82f3cfc 100644
--- a/plat/sun50iw1p1/sunxi_private.h
+++ b/plat/sun50iw1p1/sunxi_private.h
@@ -84,7 +84,7 @@ void sunxi_configure_mmu_el3(unsigned long total_base,
int sunxi_config_setup(void);
/* Declarations for sunxi_topology.c */
-int sunxi_setup_topology(void);
+int plat_setup_topology(void);
/* Declarations for sunxi_io_storage.c */
void sunxi_io_setup(void);