diff options
author | Stefan Roese <sr@denx.de> | 2021-11-18 09:19:37 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-12-19 09:50:47 +0100 |
commit | 622882893d83e73e63d6c8c03c81bbbd2f04c19a (patch) | |
tree | 88c452cbc5713d84a674d528d5b7598ac0148b52 /drivers/ddr/marvell/axp/ddr3_hw_training.h | |
parent | 4a86ec48ac29ccec97cfd4c181ee63ce2de1d8a4 (diff) |
arm: mvebu: axp: Remove unreferenced ddr3_get_eprom_fabric() function
This function is not referenced in mainline U-Boot. Let's remove now.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'drivers/ddr/marvell/axp/ddr3_hw_training.h')
-rw-r--r-- | drivers/ddr/marvell/axp/ddr3_hw_training.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ddr/marvell/axp/ddr3_hw_training.h b/drivers/ddr/marvell/axp/ddr3_hw_training.h index 30daaa9831..fcdef792c7 100644 --- a/drivers/ddr/marvell/axp/ddr3_hw_training.h +++ b/drivers/ddr/marvell/axp/ddr3_hw_training.h @@ -373,7 +373,6 @@ int ddr3_load_dqs_patterns(MV_DRAM_INFO *dram_info); void ddr3_static_training_init(void); -u8 ddr3_get_eprom_fabric(void); void ddr3_set_performance_params(MV_DRAM_INFO *dram_info); int ddr3_dram_sram_burst(u32 src, u32 dst, u32 len); void ddr3_save_training(MV_DRAM_INFO *dram_info); |