summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorIgal Liberman <igall@marvell.com>2018-02-19 15:25:29 +0200
committerKostya Porotchkin <kostap@marvell.com>2018-02-21 16:19:51 +0200
commit0f94d38f68b2d6c6beeeee5285cb0f6b53f66238 (patch)
treeca5772cece326c8c477259f90af5487aa07a2315 /drivers
parent4397f474a13a7bbc9df68a586f5c0ddb5fba2e88 (diff)
ap810: move mci and address decoding initialization to BL1
This change is requried as part of the preparation to add support for BL2 firmware load. Change-Id: Ic7447821f8d237992afb386263d688a906a542cd Signed-off-by: Igal Liberman <igall@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/50608 Reviewed-by: Hanna Hawa <hannah@marvell.com> Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-by: Kostya Porotchkin <kostap@marvell.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/marvell/mochi/ap810_setup.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/drivers/marvell/mochi/ap810_setup.c b/drivers/marvell/mochi/ap810_setup.c
index 7eb66397..d30e844f 100644
--- a/drivers/marvell/mochi/ap810_setup.c
+++ b/drivers/marvell/mochi/ap810_setup.c
@@ -10,9 +10,6 @@
#include <plat_def.h>
#include <mmio.h>
#include <ap810_setup.h>
-#include <io_win.h>
-#include <ccu.h>
-#include <gwin.h>
#include <cache_llc.h>
#include <debug.h>
#include <types.h>
@@ -623,24 +620,6 @@ void ap810_generic_timer_init(void)
debug_exit();
}
-void ap810_addr_decode_init(void)
-{
- int ap_id;
-
- debug_enter();
-
- for (ap_id = 0; ap_id < get_ap_count(); ap_id++) {
- /* configure IO-WIN windows */
- init_io_win(ap_id);
- /* configure GWIN windows */
- init_gwin(ap_id);
- /* configure CCU windows */
- init_ccu(ap_id);
- }
-
- debug_exit();
-}
-
int ap810_rev_id_get(int ap_index)
{
/* Returns: