imx8qm_mek: Remove unused function detail_board_ddr_info()
authorAlifer Moraes <alifer.wsdm@gmail.com>
Thu, 16 Jan 2020 15:43:08 +0000 (12:43 -0300)
committerStefano Babic <sbabic@denx.de>
Mon, 20 Jan 2020 14:38:16 +0000 (15:38 +0100)
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]

board/freescale/imx8qm_mek/imx8qm_mek.c

index 139f416d1f090d4eb9bdb8e47307d423e34d8325..3f6a1831573ffc686a4ae2d40a6c2ecbadc36fa8 100644 (file)
@@ -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.
  */