diff options
author | Alifer Moraes <alifer.wsdm@gmail.com> | 2020-01-16 12:43:09 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-01-20 15:38:16 +0100 |
commit | 122fbf469a2e33c3c88f59e23bbff999a6906d26 (patch) | |
tree | 7e5321d08debe49c136b0fd86cc1cf65d6fa7ec9 /board | |
parent | 8edd0f8a7a5bcdb1495b5e4d7b4b905f6397dfe8 (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>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/imx8qxp_mek/imx8qxp_mek.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/freescale/imx8qxp_mek/imx8qxp_mek.c b/board/freescale/imx8qxp_mek/imx8qxp_mek.c index 8e731ec32e..f8dd6d0bb0 100644 --- a/board/freescale/imx8qxp_mek/imx8qxp_mek.c +++ b/board/freescale/imx8qxp_mek/imx8qxp_mek.c @@ -113,11 +113,6 @@ int board_init(void) return 0; } -void detail_board_ddr_info(void) -{ - puts("\nDDR "); -} - /* * Board specific reset that is system reset. */ |