summaryrefslogtreecommitdiff
path: root/plat/marvell/a8k/a70x0_pcac/board/dram_port.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/marvell/a8k/a70x0_pcac/board/dram_port.c')
-rw-r--r--plat/marvell/a8k/a70x0_pcac/board/dram_port.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/plat/marvell/a8k/a70x0_pcac/board/dram_port.c b/plat/marvell/a8k/a70x0_pcac/board/dram_port.c
index d0ee452f..205e5921 100644
--- a/plat/marvell/a8k/a70x0_pcac/board/dram_port.c
+++ b/plat/marvell/a8k/a70x0_pcac/board/dram_port.c
@@ -37,8 +37,6 @@
#include <debug.h>
#include <mv_ddr_if.h>
-struct dram_config dram_cfg;
-
/*
* This function may modify the default DRAM parameters
* based on information recieved from SPD or bootloader
@@ -49,11 +47,6 @@ void plat_dram_update_topology(void)
INFO("Gathering DRAM information\n");
}
-void *plat_get_dram_data(void)
-{
- return &dram_cfg;
-}
-
/*
* This struct provides the DRAM training code with
* the appropriate board DRAM configuration
@@ -89,9 +82,3 @@ struct mv_ddr_topology_map *mv_ddr_topology_map_get(void)
/* Return the board topology as defined in the board code */
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;
-}