
10 May
2015
10 May
'15
4:54 p.m.
Hi Tim,
On Tue, Apr 28, 2015 at 12:44 PM, Tim Harvey tharvey@gateworks.com wrote:
+#if defined(CONFIG_IMX6_THERMAL)
switch (get_cpu_temp_grade(&minc, &maxc)) {
case TEMP_AUTOMOTIVE:
puts(" automotive");
break;
case TEMP_INDUSTRIAL:
puts(" industrial");
break;
case TEMP_EXTCOMMERCIAL:
puts(" extended commercial");
break;
default:
puts(" commercial");
Could you please change 'commercial' to 'consumer'?
That's the term we see in the datasheet.
I also agree with Nikolay that it would be better to split the CPU line info in two now.
Thanks,
Fabio Estevam