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/supermicro/x6dai_g/mainboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/supermicro/x6dai_g/mainboard.c') diff --git a/src/mainboard/supermicro/x6dai_g/mainboard.c b/src/mainboard/supermicro/x6dai_g/mainboard.c index bf741989ee..4c15048482 100644 --- a/src/mainboard/supermicro/x6dai_g/mainboard.c +++ b/src/mainboard/supermicro/x6dai_g/mainboard.c @@ -7,6 +7,6 @@ #include "chip.h" struct chip_operations supermicro_x6dai_g_ops = { - CHIP_NAME("Supermicro X6DAI_G mainboard ") + CHIP_NAME("Supermicro X6DAi-G mainboard") }; -- cgit v1.2.3