From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 22 Oct 2019 09:57:59 +0200 Subject: [U-Boot] [PATCH 3/3] imx8: output SECO-FW, ATF and imx-mkimage commit IDs In-Reply-To: References: <20191021155851.16483-1-agust@denx.de> <20191021155851.16483-3-agust@denx.de> Message-ID: <20191022095759.51899300@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Peng, On Tue, 22 Oct 2019 02:49:53 +0000 Peng Fan peng.fan at nxp.com wrote: ... > > + /* Get SECO FW build and commit id */ > > + sc_misc_seco_build_info(-1, &seco_build, &seco_commit); > > Use sc_seco_build_info. OK, will do in v2. ... > > + if (strlen(mkimage_commit) == 0) { > > + debug("IMX-MKIMAGE does not support build info\n"); > > + mkimage_commit = "0"; /* Display 0 */ > > + } > > We no need imx-mkimage, use mkimage in U-Boot no need this piece code. will drop it in v2 patch. -- Anatolij