Fix AMD family 10h engineering sample is reported as 'thermal test kit'.
Signed-off-by: Scott Duplichan <scott@notabs.org> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6005 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
da22d2190d
commit
27612ed4f2
|
@ -204,7 +204,7 @@ int init_processor_name(void)
|
||||||
memset(program_string, 0, sizeof(program_string));
|
memset(program_string, 0, sizeof(program_string));
|
||||||
|
|
||||||
if (!Model) {
|
if (!Model) {
|
||||||
processor_name_string = Pg ? sample : thermal;
|
processor_name_string = Pg ? thermal : sample;
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue