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_init.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_init.h')
-rw-r--r-- | drivers/ddr/marvell/axp/ddr3_init.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ddr/marvell/axp/ddr3_init.h b/drivers/ddr/marvell/axp/ddr3_init.h index 569a14b7184..9a21886ac3e 100644 --- a/drivers/ddr/marvell/axp/ddr3_init.h +++ b/drivers/ddr/marvell/axp/ddr3_init.h @@ -98,7 +98,6 @@ int ddr3_hw_training(u32 target_freq, u32 ddr_width, void ddr3_print_version(void); void fix_pll_val(u8 target_fab); -u8 ddr3_get_eprom_fabric(void); u32 ddr3_get_fab_opt(void); u32 ddr3_get_cpu_freq(void); u32 ddr3_get_vco_freq(void); |