qemu-i386: Fix mainboard chip_operations
Use designated initialiser; this makes sure it will use the correct struct member, too (it didn't before). Also change the name string to use the canonical format. Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org> Acked-by: Ronald G. Minnich git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@36 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
49f093a107
commit
b7a666e32b
1 changed files with 1 additions and 1 deletions
|
|
@ -23,6 +23,6 @@
|
|||
#include "dtc.h"
|
||||
|
||||
struct chip_operations mainboard_emulation_qemu_i386_ops = {
|
||||
"qemu mainboard "
|
||||
.name = "QEMU Mainboard"
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue