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:
Segher Boessenkool 2006-11-07 13:14:43 +00:00
commit b7a666e32b

View file

@ -23,6 +23,6 @@
#include "dtc.h"
struct chip_operations mainboard_emulation_qemu_i386_ops = {
"qemu mainboard "
.name = "QEMU Mainboard"
};