Skip to content
Snippets Groups Projects
Commit f7b721ed authored by Jonas Höppner's avatar Jonas Höppner
Browse files

seco boards: Printout SECO instead of GuF or KUK

parent 05615e36
No related branches found
No related tags found
1 merge request!88trizeps8mini: Merge support for V2R2
......@@ -1271,16 +1271,9 @@ int kuk_GetDescription( char *pDescription, int maxsize )
snprintf( &str_cpu[0], sizeof(str_cpu), "i.MX 8M Nano %dMHz", speed );
}
if ( module >= GUF_MODULE_TANARO)
{
cnt += snprintf(&pDescription[cnt], maxsize - cnt, "This is a Garz & Fricke GmbH %s %s running a %s with %s,%dbit RAM and booting from %s.\n",
cModuleName[ module], str_rev, str_cpu, str_ramsize, kuk_GetRAMWidth(), cStore[ store]
);
}else{
cnt += snprintf(&pDescription[cnt], maxsize - cnt, "This is a Keith & Koep GmbH %s %s running a %s with %s,%dbit RAM and booting from %s.\n",
cModuleName[ module], str_rev, str_cpu, str_ramsize, kuk_GetRAMWidth(), cStore[ store]
);
}
cnt += snprintf(&pDescription[cnt], maxsize - cnt, "This is a SECO %s %s running a %s with %s,%dbit RAM and booting from %s.\n",
cModuleName[ module], str_rev, str_cpu, str_ramsize, kuk_GetRAMWidth(), cStore[ store]
);
switch( kuk_GetTemperatureRange())
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment