summaryrefslogtreecommitdiff
path: root/plat/marvell/a8k/a80x0/board/dram_port.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/marvell/a8k/a80x0/board/dram_port.c')
-rw-r--r--plat/marvell/a8k/a80x0/board/dram_port.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/plat/marvell/a8k/a80x0/board/dram_port.c b/plat/marvell/a8k/a80x0/board/dram_port.c
index ce7494ef..47ad9688 100644
--- a/plat/marvell/a8k/a80x0/board/dram_port.c
+++ b/plat/marvell/a8k/a80x0/board/dram_port.c
@@ -53,8 +53,6 @@
#define MVEBU_MPP_CTRL_MASK 0xf
-struct dram_config dram_cfg;
-
/*
* This struct provides the DRAM training code with
* the appropriate board DRAM configuration
@@ -92,12 +90,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)
{
uintptr_t reg;
@@ -141,8 +133,3 @@ void plat_dram_update_topology(void)
sizeof(tm->spd_data.all_bytes));
}
}
-
-void *plat_get_dram_data(void)
-{
- return &dram_cfg;
-}