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/olpc/btest/mainboard.c | 3 +-- src/mainboard/olpc/rev_a/mainboard.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'src/mainboard/olpc') diff --git a/src/mainboard/olpc/btest/mainboard.c b/src/mainboard/olpc/btest/mainboard.c index 922073c81d..0f4be07dcc 100644 --- a/src/mainboard/olpc/btest/mainboard.c +++ b/src/mainboard/olpc/btest/mainboard.c @@ -131,7 +131,6 @@ static void enable_dev(struct device *dev) } struct chip_operations mainboard_olpc_btest_ops = { - CHIP_NAME("olpc btest mainboard ") + CHIP_NAME("OLPC btest mainboard") .enable_dev = enable_dev, - }; diff --git a/src/mainboard/olpc/rev_a/mainboard.c b/src/mainboard/olpc/rev_a/mainboard.c index 50698d5001..89c741cf79 100644 --- a/src/mainboard/olpc/rev_a/mainboard.c +++ b/src/mainboard/olpc/rev_a/mainboard.c @@ -103,7 +103,6 @@ static void enable_dev(struct device *dev) } struct chip_operations mainboard_olpc_rev_a_ops = { - CHIP_NAME("olpc rev_a mainboard ") + CHIP_NAME("OLPC rev_a mainboard") .enable_dev = enable_dev, - }; -- cgit v1.2.3