summaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/m57sli
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-02-19 19:11:20 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-02-19 19:11:20 +0000
commit8a20213dde1b40415f127a344416cb45a1115a61 (patch)
tree6d95a66fae5e70b4ef6cedf4ecebc28354c51a74 /src/mainboard/gigabyte/m57sli
parent7014ef83b90a566298bfb57e335eb8d46f246d92 (diff)
downloadcoreboot-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/gigabyte/m57sli')
-rw-r--r--src/mainboard/gigabyte/m57sli/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/m57sli/mainboard.c b/src/mainboard/gigabyte/m57sli/mainboard.c
index c5b0807dcc..0ae9e941cf 100644
--- a/src/mainboard/gigabyte/m57sli/mainboard.c
+++ b/src/mainboard/gigabyte/m57sli/mainboard.c
@@ -28,6 +28,6 @@
#if CONFIG_CHIP_NAME == 1
struct chip_operations mainboard_gigabyte_m57sli_ops = {
- CHIP_NAME("GIGABYTE M575SLI mainboard")
+ CHIP_NAME("GIGABYTE GA-M57SLI Mainboard")
};
#endif