summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorHanna Hawa <hannah@marvell.com>2018-03-01 14:36:53 +0200
committerKostya Porotchkin <kostap@marvell.com>2018-03-05 13:49:47 +0200
commit8b08c7ace6e8edeb077d9a6cf1487554e83c0645 (patch)
treebeac9b8274132ffe890e965f48e5db1178ebeb2c /drivers
parent48807be399f631c9aa1783b862b7fc3273e80baa (diff)
bl31: ap810: enable store-and-forward uplink & buffer in A2
Update wrong configuration of Aurora 2, enable store-and-forward uplink Change-Id: I12f259210405a70f76be4e707f937c415de5621e Signed-off-by: Hanna Hawa <hannah@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/51238 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.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/marvell/mochi/ap810_setup.c b/drivers/marvell/mochi/ap810_setup.c
index 2cc0e113..92234780 100644
--- a/drivers/marvell/mochi/ap810_setup.c
+++ b/drivers/marvell/mochi/ap810_setup.c
@@ -30,22 +30,6 @@
#define GWD_IIDR2_REV_ID_OFFSET 16
#define GWD_IIDR2_REV_ID_MASK 0xF
-/* define AP810 stops */
-enum ap810_stations {
- AP810_S0_SMC0 = 0, /* Stop memory contoler 0 */
- AP810_S0_SIO0, /* Stop IO 0 */
- AP810_S0_SIO1, /* Stop IO 1 */
- AP810_S0_SMC1, /* Stop memory contoler 1 */
- AP810_S0_SP0, /* Stop proccessor 0 */
- AP810_S0_SP1, /* Stop proccessor 1 */
- AP810_S0_SP2, /* Stop proccessor 2 */
- AP810_S0_SP3, /* Stop proccessor 3 */
- AP810_S0_SMC2, /* Stop memory contoler 2 */
- AP810_S0_SG, /* Stop general */
- AP810_S0_SIO2, /* Stop IO 2 */
- AP810_S_END,
-};
-
/* Global AP count */
int g_ap_count = -1;
/* Global CP per AP count */