diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-02-19 19:11:20 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-02-19 19:11:20 +0000 |
commit | 8a20213dde1b40415f127a344416cb45a1115a61 (patch) | |
tree | 6d95a66fae5e70b4ef6cedf4ecebc28354c51a74 /src/mainboard/msi/ms9282 | |
parent | 7014ef83b90a566298bfb57e335eb8d46f246d92 (diff) | |
download | coreboot-8a20213dde1b40415f127a344416cb45a1115a61.tar.xz |
Fix some CHIP_NAME() entries to use canonical names.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2557 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/msi/ms9282')
-rw-r--r-- | src/mainboard/msi/ms9282/mainboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/msi/ms9282/mainboard.c b/src/mainboard/msi/ms9282/mainboard.c index 7294894a88..ffed91fb90 100644 --- a/src/mainboard/msi/ms9282/mainboard.c +++ b/src/mainboard/msi/ms9282/mainboard.c @@ -28,6 +28,6 @@ #if CONFIG_CHIP_NAME == 1 struct chip_operations mainboard_msi_ms9282_ops = { - CHIP_NAME("MSI ms9282 mainboard") + CHIP_NAME("MSI MS-9282 Mainboard") }; #endif |