switch-coreboot/mainboard/emulation/qemu-x86/config.h
Stefan Reinauer 75064d7247 Move qemu-i386 to qemu-x86, as per request from Uwe.
Plus some small trivial reformatting of comments in stage0_i586.S

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@146 f3766cd6-281f-0410-b1cd-43a5c92072e9
2007-02-27 17:13:40 +00:00

5 lines
127 B
C

extern struct chip_operations mainboard_emulation_qemu_x86_ops;
struct mainboard_emulation_qemu_x86_config {
int nothing;
};