mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
stm32mp1: ram: cosmetic: remove unused prototype
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
This commit is contained in:
parent
64dbd40218
commit
375c28ac76
1 changed files with 0 additions and 4 deletions
|
@ -197,10 +197,6 @@ void stm32mp1_edit_param(const struct stm32mp1_ddr_config *config,
|
||||||
char *name,
|
char *name,
|
||||||
char *string);
|
char *string);
|
||||||
|
|
||||||
void stm32mp1_dump_info(
|
|
||||||
const struct ddr_info *priv,
|
|
||||||
const struct stm32mp1_ddr_config *config);
|
|
||||||
|
|
||||||
bool stm32mp1_ddr_interactive(
|
bool stm32mp1_ddr_interactive(
|
||||||
void *priv,
|
void *priv,
|
||||||
enum stm32mp1_ddr_interact_step step,
|
enum stm32mp1_ddr_interact_step step,
|
||||||
|
|
Loading…
Reference in a new issue