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/broadcom/blast/mainboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/broadcom') diff --git a/src/mainboard/broadcom/blast/mainboard.c b/src/mainboard/broadcom/blast/mainboard.c index a5350cdaacb3..256144da45b7 100644 --- a/src/mainboard/broadcom/blast/mainboard.c +++ b/src/mainboard/broadcom/blast/mainboard.c @@ -7,6 +7,6 @@ #if CONFIG_CHIP_NAME == 1 struct chip_operations mainboard_broadcom_blast_ops = { - CHIP_NAME("Broadcom blast mainboard") + CHIP_NAME("Broadcom Blast mainboard") }; #endif -- cgit v1.2.3