mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-06 07:17:01 +02:00
cpu: imx95: add i.MX95 support
This patch is used to add the imx type string of i.MX95 ao that the i.MX95 CPU info can be printed. Signed-off-by: Alice Guo <alice.guo@nxp.com>
This commit is contained in:
parent
0bd99a1dd2
commit
92f724736c
@ -111,6 +111,8 @@ static const char *get_imx_type_str(u32 imxtype)
|
||||
return "91(11)";/* iMX91 9x9 Reduced feature */
|
||||
case MXC_CPU_IMX9101:
|
||||
return "91(01)";/* iMX91 9x9 Specific feature */
|
||||
case MXC_CPU_IMX95:
|
||||
return "95";
|
||||
default:
|
||||
return "??";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user