commit | 7036580ff4c6759cd0a1b0bef6ba738df9ae9a5a | [log] [tgz] |
---|---|---|
author | Gary Bisson <bisson.gary@gmail.com> | Mon Aug 05 23:25:07 2024 +0200 |
committer | Fabio Estevam <festevam@denx.de> | Tue Aug 13 08:28:24 2024 -0300 |
tree | 24c3286f8ff06a9dd189a341070d45af3f6b274a | |
parent | e37b28b559728160c06f5064a8b6d769a8fec28f [diff] |
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>