colibri-imx8x: Remove unused function detail_board_ddr_info()
authorAlifer Moraes <alifer.wsdm@gmail.com>
Thu, 16 Jan 2020 15:46:49 +0000 (12:46 -0300)
committerStefano Babic <sbabic@denx.de>
Mon, 20 Jan 2020 14:38:16 +0000 (15:38 +0100)
commit419603ca2d7a8065029a838cb0227ad7bfc5e1d3
tree7439779300018058471dc6076c2dcd9bf0a073fd
parent96159bef6fd86a399e7734c6ca38ba9e535da5f0
colibri-imx8x: 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/toradex/colibri-imx8x/colibri-imx8x.c:104:6: warning: no previous
prototype for ‘detail_board_ddr_info’ [-Wmissing-prototypes]

Signed-off-by: Alifer Moraes <alifer.wsdm@gmail.com>
board/toradex/colibri-imx8x/colibri-imx8x.c