Fix AMD family 10h engineering sample is reported as 'thermal test kit'.
authorScott Duplichan <scott@notabs.org>
Sun, 31 Oct 2010 14:17:51 +0000 (14:17 +0000)
committerScott Duplichan <scott@notabs.org>
Sun, 31 Oct 2010 14:17:51 +0000 (14:17 +0000)
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

src/cpu/amd/model_10xxx/processor_name.c

index 52e5cae3ca412a2a4fc16be7431162d34b2136f7..3f712e37b46e36f3b2d3f34f8c631edd072cf3eb 100644 (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;
        }