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:
Scott Duplichan 2010-10-31 14:17:51 +00:00
parent da22d2190d
commit 27612ed4f2
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ int init_processor_name(void)
memset(program_string, 0, sizeof(program_string));
if (!Model) {
processor_name_string = Pg ? sample : thermal;
processor_name_string = Pg ? thermal : sample;
goto done;
}