Fix typo in microcode header file include
authorEric Biederman <ebiederm@xmission.com>
Thu, 20 Jan 2005 18:37:00 +0000 (18:37 +0000)
committerEric Biederman <ebiederm@xmission.com>
Thu, 20 Jan 2005 18:37:00 +0000 (18:37 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1894 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/cpu/intel/model_6xx/model_6xx_init.c

index d33ac58dfd2979fbcf19540fd83a4536d8df637e..70010a32faedffe8c165bfa0cc5a8aebe7a542aa 100644 (file)
@@ -17,7 +17,7 @@ static uint32_t microcode_updates[] = {
         * dummy header of nulls must terminate the list.
         */
 #include "microcode_MU16810d.h"        
-#include "microcode_MU16930c.h"
+#include "microcode_MU16830c.h"
        /*  Dummy terminator  */
         0x0, 0x0, 0x0, 0x0,
         0x0, 0x0, 0x0, 0x0,