[coreboot] [PATCH] fix AMD family 10h engineering sample is reported as 'thermal test kit'

Scott Duplichan scott at notabs.org
Sun Oct 31 04:06:34 CET 2010


A minor correction to the AMD family 10h name string function

Signed-off-by: Scott Duplichan <scott at notabs.org>

Index: src/cpu/amd/model_10xxx/processor_name.c
===================================================================
--- src/cpu/amd/model_10xxx/processor_name.c	(revision 6000)
+++ src/cpu/amd/model_10xxx/processor_name.c	(working copy)
@@ -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;
 	}

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: eng-sample.txt
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20101030/bd803a48/attachment.txt>


More information about the coreboot mailing list