[U-Boot] [PATCH 3/3] imx8: output SECO-FW, ATF and imx-mkimage commit IDs

Anatolij Gustschin agust at denx.de
Tue Oct 22 07:57:59 UTC 2019


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


More information about the U-Boot mailing list