commit | 7c736abbc51b3acfe26a9f59d11735c5065da2ac | [log] [tgz] |
---|---|---|
author | Alifer Moraes <alifer.wsdm@gmail.com> | Thu Jan 16 12:43:08 2020 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jan 20 15:38:16 2020 +0100 |
tree | 608c4753b18cae3cd0de127f80f937b71c1945db | |
parent | 76b145c64bbbb4cbbf8e08fbc35fcc02ab90382f [diff] |
imx8qm_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/imx8qm_mek/imx8qm_mek.c:102:6: warning: no previous prototype for ‘detail_board_ddr_info’ [-Wmissing-prototypes]