Skip to content
Snippets Groups Projects
Commit 122fbf46 authored by Alifer Moraes's avatar Alifer Moraes Committed by Stefano Babic
Browse files

imx8qxp_mek: Remove unused function detail_board_ddr_info()


detail_board_ddr_info() is not used anywhere, so simply remove it.

This function is only used by Layerscape, not by i.MX.

This was detected by the following sparse warning:

board/freescale/imx8qxp_mek/imx8qxp_mek.c:115:6: warning: no previous
prototype for ‘detail_board_ddr_info’ [-Wmissing-prototypes]

Signed-off-by: default avatarAlifer Moraes <alifer.wsdm@gmail.com>
parent 8edd0f8a
No related branches found
No related tags found
No related merge requests found
......@@ -113,11 +113,6 @@ int board_init(void)
return 0;
}
void detail_board_ddr_info(void)
{
puts("\nDDR ");
}
/*
* Board specific reset that is system reset.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment