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/artecgroup/dbe61/mainboard.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mainboard/artecgroup') diff --git a/src/mainboard/artecgroup/dbe61/mainboard.c b/src/mainboard/artecgroup/dbe61/mainboard.c index 5a8fb6b469..83fd121397 100644 --- a/src/mainboard/artecgroup/dbe61/mainboard.c +++ b/src/mainboard/artecgroup/dbe61/mainboard.c @@ -39,7 +39,6 @@ static void enable_dev(struct device *dev) } struct chip_operations mainboard_artecgroup_dbe61_ops = { - CHIP_NAME("artecgroup dbe61 mainboard ") + CHIP_NAME("Artec Group dbe61 mainboard") .enable_dev = enable_dev, - }; -- cgit v1.2.3