commit | 46b99e28bff7fda5edbbfe4bfc5fb634ff7d2d3e | [log] [tgz] |
---|---|---|
author | Alifer Moraes <alifer.wsdm@gmail.com> | Thu Jan 16 12:43:09 2020 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jan 20 15:38:16 2020 +0100 |
tree | 7e5321d08debe49c136b0fd86cc1cf65d6fa7ec9 | |
parent | 7c736abbc51b3acfe26a9f59d11735c5065da2ac [diff] |
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>