From aad594b5c633b1d0cfa884ba1b7cc947f259bcaf Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Tue, 23 Feb 2016 13:39:51 +0000 Subject: 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 --- plat/sun50iw1p1/sunxi_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plat/sun50iw1p1/sunxi_private.h') 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); -- cgit v1.2.3