From: Alifer Moraes Date: Thu, 16 Jan 2020 15:43:08 +0000 (-0300) Subject: imx8qm_mek: Remove unused function detail_board_ddr_info() X-Git-Tag: v2020.04-rc1~12^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8edd0f8a7a5bcdb1495b5e4d7b4b905f6397dfe8;p=oweals%2Fu-boot.git 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] --- diff --git a/board/freescale/imx8qm_mek/imx8qm_mek.c b/board/freescale/imx8qm_mek/imx8qm_mek.c index 139f416d1f..3f6a183157 100644 --- a/board/freescale/imx8qm_mek/imx8qm_mek.c +++ b/board/freescale/imx8qm_mek/imx8qm_mek.c @@ -100,11 +100,6 @@ int board_init(void) return 0; } -void detail_board_ddr_info(void) -{ - puts("\nDDR "); -} - /* * Board specific reset that is system reset. */