From e0e1d425274d5e2c90e19eec6ef125d1fffd73a1 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 27 Oct 2006 11:30:27 +0000 Subject: Fix the CHIP_NAME() entries of all mainboards to have the same format and (hopefully) the correct canonical name of the vendor and board. Signed-off-by: Uwe Hermann Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2476 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/emulation/qemu-i386/mainboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/emulation/qemu-i386') diff --git a/src/mainboard/emulation/qemu-i386/mainboard.c b/src/mainboard/emulation/qemu-i386/mainboard.c index 83ea657a78..eb5818466e 100644 --- a/src/mainboard/emulation/qemu-i386/mainboard.c +++ b/src/mainboard/emulation/qemu-i386/mainboard.c @@ -6,6 +6,6 @@ #include "chip.h" struct chip_operations mainboard_emulation_qemu_i386_ops = { - CHIP_NAME("qemu mainboard ") + CHIP_NAME("QEMU mainboard") }; -- cgit v1.2.3