
22 Oct
2019
22 Oct
'19
9:57 a.m.
Hi Peng,
On Tue, 22 Oct 2019 02:49:53 +0000 Peng Fan peng.fan@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