imx8qxp_mek: Remove unused function detail_board_ddr_info()
authorAlifer Moraes <alifer.wsdm@gmail.com>
Thu, 16 Jan 2020 15:43:09 +0000 (12:43 -0300)
committerStefano Babic <sbabic@denx.de>
Mon, 20 Jan 2020 14:38:16 +0000 (15:38 +0100)
commit122fbf469a2e33c3c88f59e23bbff999a6906d26
tree7e5321d08debe49c136b0fd86cc1cf65d6fa7ec9
parent8edd0f8a7a5bcdb1495b5e4d7b4b905f6397dfe8
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: Alifer Moraes <alifer.wsdm@gmail.com>
board/freescale/imx8qxp_mek/imx8qxp_mek.c