[PATCH 3/5] imx8qxp_mek: Remove unused function detail_board_ddr_info()

2020-01-20 Thread sbabic
> 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’ [-Wmissi

[PATCH 3/5] imx8qxp_mek: Remove unused function detail_board_ddr_info()

2020-01-16 Thread Alifer Moraes
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-prot