mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
cpu: imx952: Add i.MX952 support
This patch is used to add the imx type string of i.MX952 so that the i.MX952 CPU info can be printed. Signed-off-by: Alice Guo <alice.guo@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
@@ -112,6 +112,8 @@ static const char *get_imx_type_str(u32 imxtype)
|
||||
return "95";
|
||||
case MXC_CPU_IMX94:
|
||||
return "94";
|
||||
case MXC_CPU_IMX952:
|
||||
return "952";
|
||||
default:
|
||||
return "??";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user