summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlifer Moraes <alifer.wsdm@gmail.com>2020-01-16 18:46:49 +0300
committerStefano Babic <sbabic@denx.de>2020-01-20 17:38:16 +0300
commit419603ca2d7a8065029a838cb0227ad7bfc5e1d3 (patch)
tree7439779300018058471dc6076c2dcd9bf0a073fd
parent96159bef6fd86a399e7734c6ca38ba9e535da5f0 (diff)
downloadu-boot-419603ca2d7a8065029a838cb0227ad7bfc5e1d3.tar.xz
colibri-imx8x: 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/colibri-imx8x/colibri-imx8x.c:104:6: warning: no previous prototype for ‘detail_board_ddr_info’ [-Wmissing-prototypes] Signed-off-by: Alifer Moraes <alifer.wsdm@gmail.com>
-rw-r--r--board/toradex/colibri-imx8x/colibri-imx8x.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/toradex/colibri-imx8x/colibri-imx8x.c b/board/toradex/colibri-imx8x/colibri-imx8x.c
index adeee67643..f9e947eede 100644
--- a/board/toradex/colibri-imx8x/colibri-imx8x.c
+++ b/board/toradex/colibri-imx8x/colibri-imx8x.c
@@ -101,11 +101,6 @@ int board_init(void)
return 0;
}
-void detail_board_ddr_info(void)
-{
- puts("\nDDR ");
-}
-
/*
* Board specific reset that is system reset.
*/