[PATCH resend 1/2] cpu: imx8_cpu: Add iMX8MP UltraLite Part cpu type

Ye Li ye.li at nxp.com
Fri Jun 5 11:51:06 CEST 2026


iMX8MP UltraLite part is missed in the cpu type print

Signed-off-by: Ye Li <ye.li at nxp.com>
---
 drivers/cpu/imx8_cpu.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/cpu/imx8_cpu.c b/drivers/cpu/imx8_cpu.c
index 3473712a423..f93477c993b 100644
--- a/drivers/cpu/imx8_cpu.c
+++ b/drivers/cpu/imx8_cpu.c
@@ -69,6 +69,8 @@ static const char *get_imx_type_str(u32 imxtype)
 		return "8MP Lite[4]";	/* Quad-core Lite version of the imx8mp */
 	case MXC_CPU_IMX8MP6:
 		return "8MP[6]";	/* Quad-core version of the imx8mp, NPU fused */
+	case MXC_CPU_IMX8MPUL:
+		return "8MP UltraLite"; /* Quad-core UltraLite version of the imx8mp */
 	case MXC_CPU_IMX8MQ:
 		return "8MQ";	/* Quad-core version of the imx8mq */
 	case MXC_CPU_IMX8MQL:
-- 
2.50.1



More information about the U-Boot mailing list