summaryrefslogtreecommitdiff
path: root/plat/marvell/a8k/a70x0_cust/board/dram_port.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/marvell/a8k/a70x0_cust/board/dram_port.c')
-rw-r--r--plat/marvell/a8k/a70x0_cust/board/dram_port.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/plat/marvell/a8k/a70x0_cust/board/dram_port.c b/plat/marvell/a8k/a70x0_cust/board/dram_port.c
index fd732194..ac5a6c80 100644
--- a/plat/marvell/a8k/a70x0_cust/board/dram_port.c
+++ b/plat/marvell/a8k/a70x0_cust/board/dram_port.c
@@ -40,8 +40,6 @@
#include <mmio.h>
#include <a8k_i2c.h>
-struct dram_config dram_cfg;
-
/*
* This struct provides the DRAM training code with
* the appropriate board DRAM configuration
@@ -78,12 +76,6 @@ struct mv_ddr_topology_map *mv_ddr_topology_map_get(void)
return &board_topology_map;
}
-struct dram_config *mv_ddr_dram_config_get(void)
-{
- /* Return dram configuration as defined in the board code */
- return &dram_cfg;
-}
-
static void mpp_config(void)
{
uint32_t val;
@@ -117,8 +109,3 @@ void plat_dram_update_topology(void)
sizeof(tm->spd_data.all_bytes));
}
}
-
-void *plat_get_dram_data(void)
-{
- return &dram_cfg;
-}