commit | 419603ca2d7a8065029a838cb0227ad7bfc5e1d3 | [log] [tgz] |
---|---|---|
author | Alifer Moraes <alifer.wsdm@gmail.com> | Thu Jan 16 12:46:49 2020 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jan 20 15:38:16 2020 +0100 |
tree | 7439779300018058471dc6076c2dcd9bf0a073fd | |
parent | 96159bef6fd86a399e7734c6ca38ba9e535da5f0 [diff] |
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>