]> git.dujemihanovic.xyz Git - u-boot.git/commit
tools: imx8image: fix soc variable for ULP
authorGary Bisson <bisson.gary@gmail.com>
Mon, 5 Aug 2024 21:25:07 +0000 (23:25 +0200)
committerFabio Estevam <festevam@denx.de>
Tue, 13 Aug 2024 11:28:24 +0000 (08:28 -0300)
commit1e0b91d6fc07557faef0f458a3095b67c4557c50
tree24c3286f8ff06a9dd189a341070d45af3f6b274a
parent06dceeba3d4515ccfbe37b8989ee047a7628aee3
tools: imx8image: fix soc variable for ULP

Currently the ULP token sets the soc as IMX9, making it impossible to
differentiate the two families of processors.
However, since the 8ULP requires specific binaries like upower which do
not exist in 93, they need to be separated.

Fixes: 6ec65c8558f (tools: image: support i.MX93)
Signed-off-by: Gary Bisson <bisson.gary@gmail.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
tools/imx8image.c