@@ -143,7 +143,7 @@ config SOC_IMX6
select PL310_ERRATA_769419 if CACHE_L2X0
config SOC_IMX6Q
- bool "i.MX6 Quad/Dual/DualLite support"
+ bool "i.MX6 Quad/Dual/DualLite/Solo support"
select ARM_ERRATA_764369 if SMP
select ARM_ERRATA_754322
select ARM_ERRATA_775420
@@ -153,7 +153,8 @@ config SOC_IMX6Q
select SOC_IMX6
help
- This enables support for Freescale i.MX6 Quad processor.
+ This enables support for Freescale i.MX6 Quad/Dual/DualLite/Solo
+ processors.
config SOC_IMX6SL
bool "i.MX6 SoloLite support"
@@ -217,7 +217,7 @@ static const char * const imx6q_dt_compat[] __initconst = {
NULL,
};
-DT_MACHINE_START(IMX6Q, "Freescale i.MX6 Quad/DualLite (Device Tree)")
+DT_MACHINE_START(IMX6Q, "Freescale i.MX6 Quad/Dual/DualLite/Solo (Device Tree)")
.l2c_aux_val = 0,
.l2c_aux_mask = ~0,
.smp = smp_ops(imx_smp_ops),
Print i.MX6 "Dual" and "Solo" names in addition to the "Quad" and "DualLite" for SOC_IMX6Q. Signed-off-by: Krzysztof Hałasa <khalasa@piap.pl>