Author: sduplichan
Date: Sun Oct 31 15:17:51 2010
New Revision: 6005
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6005

Log:
Fix AMD family 10h engineering sample is reported as 'thermal test kit'.

Signed-off-by: Scott Duplichan <[email protected]>
Acked-by: Peter Stuge <[email protected]>

Modified:
   trunk/src/cpu/amd/model_10xxx/processor_name.c

Modified: trunk/src/cpu/amd/model_10xxx/processor_name.c
==============================================================================
--- trunk/src/cpu/amd/model_10xxx/processor_name.c      Sat Oct 30 23:27:13 
2010        (r6004)
+++ trunk/src/cpu/amd/model_10xxx/processor_name.c      Sun Oct 31 15:17:51 
2010        (r6005)
@@ -204,7 +204,7 @@
        memset(program_string, 0, sizeof(program_string));
 
        if (!Model) {
-               processor_name_string = Pg ? sample : thermal;
+               processor_name_string = Pg ? thermal : sample;
                goto done;
        }
 

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to