summaryrefslogtreecommitdiff
path: root/plat
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2016-02-15 02:03:22 +0000
committerAndre Przywara <andre.przywara@arm.com>2016-02-16 01:36:11 +0000
commit14cf9bf41bba096d8eef7adefaaab491c0397aa8 (patch)
tree5c50fac835f5393faf5bee9bd0218fa34d6feeb6 /plat
parente1dcfe6c2e940b5ba09bf2b328ea3c69d8fb0305 (diff)
sun50i: remove unused CCI init
Diffstat (limited to 'plat')
-rw-r--r--plat/sun50iw1p1/aarch64/sunxi_common.c19
-rw-r--r--plat/sun50iw1p1/sunxi_private.h3
2 files changed, 0 insertions, 22 deletions
diff --git a/plat/sun50iw1p1/aarch64/sunxi_common.c b/plat/sun50iw1p1/aarch64/sunxi_common.c
index 665725c..ca796a1 100644
--- a/plat/sun50iw1p1/aarch64/sunxi_common.c
+++ b/plat/sun50iw1p1/aarch64/sunxi_common.c
@@ -169,25 +169,6 @@ uint64_t plat_get_syscnt_freq(void)
return 24 * 1000 * 1000;
}
-void sunxi_cci_init(void)
-{
- /*
- * Initialize CCI-400 driver
- */
-
-}
-
-void sunxi_cci_enable(void)
-{
- /*
- * Enable CCI-400 coherency for this cluster. No need
- * for locks as no other cpu is active at the
- * moment
- */
-
-}
-
-
void sunxi_gic_init(void)
{
gic_setup();
diff --git a/plat/sun50iw1p1/sunxi_private.h b/plat/sun50iw1p1/sunxi_private.h
index e2c548f..528f1a7 100644
--- a/plat/sun50iw1p1/sunxi_private.h
+++ b/plat/sun50iw1p1/sunxi_private.h
@@ -83,9 +83,6 @@ void sunxi_configure_mmu_el3(unsigned long total_base,
unsigned long);
int sunxi_config_setup(void);
-void sunxi_cci_init(void);
-void sunxi_cci_enable(void);
-
void sunxi_gic_init(void);
/* Declarations for sunxi_topology.c */