diff options
author | Alifer Moraes <alifer.wsdm@gmail.com> | 2020-01-16 12:46:49 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-01-20 15:38:16 +0100 |
commit | 419603ca2d7a8065029a838cb0227ad7bfc5e1d3 (patch) | |
tree | 7439779300018058471dc6076c2dcd9bf0a073fd /board/toradex | |
parent | 96159bef6fd86a399e7734c6ca38ba9e535da5f0 (diff) | |
download | u-boot-419603ca2d7a8065029a838cb0227ad7bfc5e1d3.zip u-boot-419603ca2d7a8065029a838cb0227ad7bfc5e1d3.tar.gz u-boot-419603ca2d7a8065029a838cb0227ad7bfc5e1d3.tar.bz2 |
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>
Diffstat (limited to 'board/toradex')
-rw-r--r-- | board/toradex/colibri-imx8x/colibri-imx8x.c | 5 |
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 adeee67..f9e947e 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. */ |