diff options
author | Alifer Moraes | 2020-01-16 12:46:48 -0300 |
---|---|---|
committer | Stefano Babic | 2020-01-20 15:38:16 +0100 |
commit | 96159bef6fd86a399e7734c6ca38ba9e535da5f0 (patch) | |
tree | 1d5caa014d1b04046b0b0b58ebf6f721a408afbc /board | |
parent | 122fbf469a2e33c3c88f59e23bbff999a6906d26 (diff) |
apalis-imx8: 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/toradex/apalis-imx8/apalis-imx8.c:92: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/toradex/apalis-imx8/apalis-imx8.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/toradex/apalis-imx8/apalis-imx8.c b/board/toradex/apalis-imx8/apalis-imx8.c index 04830411872..a42fbb722a1 100644 --- a/board/toradex/apalis-imx8/apalis-imx8.c +++ b/board/toradex/apalis-imx8/apalis-imx8.c @@ -89,11 +89,6 @@ int board_init(void) return 0; } -void detail_board_ddr_info(void) -{ - puts("\nDDR "); -} - /* * Board specific reset that is system reset. */ |