From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Graute Date: Fri, 17 Jan 2020 07:47:03 +0000 Subject: [PATCH 1/5] imx8qm_rom7720_a1: Remove unused function detail_board_ddr_info() In-Reply-To: <20200116154533.10743-1-alifer.wsdm@gmail.com> References: <20200116154533.10743-1-alifer.wsdm@gmail.com> Message-ID: <20200117074039.GA5250@optiplex> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On 16/01/20, Alifer Moraes wrote: > 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/advantech/imx8qm_rom7720_a1/imx8qm_rom7720_a1.c:110:6: warning: no previous > prototype for ‘detail_board_ddr_info’ [-Wmissing-prototypes] > > Signed-off-by: Alifer Moraes Reviewed-by: Oliver Graute