projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8edd0f8
)
imx8qxp_mek: Remove unused function detail_board_ddr_info()
author
Alifer Moraes
<alifer.wsdm@gmail.com>
Thu, 16 Jan 2020 15:43:09 +0000
(12:43 -0300)
committer
Stefano 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/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>
board/freescale/imx8qxp_mek/imx8qxp_mek.c
patch
|
blob
|
history
diff --git
a/board/freescale/imx8qxp_mek/imx8qxp_mek.c
b/board/freescale/imx8qxp_mek/imx8qxp_mek.c
index
8e731ec
..
f8dd6d0
100644
(file)
--- 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.
*/