[coreboot] [commit] r6005 - trunk/src/cpu/amd/model_10xxx

repository service svn at coreboot.org
Sun Oct 31 15:17:52 CET 2010


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 <scott at notabs.org>
Acked-by: Peter Stuge <peter at stuge.se>

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;
 	}
 




More information about the coreboot mailing list