Fix typo in microcode header file include
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1894 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
d808849a2c
commit
3f5ef301a7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue