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/tyan/s2891/mainboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/tyan/s2891/mainboard.c') diff --git a/src/mainboard/tyan/s2891/mainboard.c b/src/mainboard/tyan/s2891/mainboard.c index a547abfd66..b2d465e8f4 100644 --- a/src/mainboard/tyan/s2891/mainboard.c +++ b/src/mainboard/tyan/s2891/mainboard.c @@ -7,6 +7,6 @@ #if CONFIG_CHIP_NAME == 1 struct chip_operations mainboard_tyan_s2891_ops = { - CHIP_NAME("Tyan s2891 mainboard") + CHIP_NAME("Tyan S2891 mainboard") }; #endif -- cgit v1.2.3