aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/ma785gmt/mainboard.c
diff options
context:
space:
mode:
authorAlec Ari <neotheuser@ymail.com>2011-08-21 22:09:53 -0500
committerPatrick Georgi <patrick@georgi-clan.de>2011-08-25 15:43:10 +0200
commitbc081cdf6d371988b0e280b8a20b451c49d43c77 (patch)
tree6d63dfab9f3803c76b341869209fba4bb680afb7 /src/mainboard/gigabyte/ma785gmt/mainboard.c
parente1562bdccb8d89fd795fcb9be8386827b3a92461 (diff)
Minor ma785gmt clean-up
Change-Id: I9e889a6c475fb3283fa11f8b3de5baaf54235589 Signed-off-by: Alec Ari <neotheuser@ymail.com> Reviewed-on: http://review.coreboot.org/167 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/mainboard/gigabyte/ma785gmt/mainboard.c')
-rw-r--r--src/mainboard/gigabyte/ma785gmt/mainboard.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/mainboard/gigabyte/ma785gmt/mainboard.c b/src/mainboard/gigabyte/ma785gmt/mainboard.c
index 768c9e1d55..5747e62853 100644
--- a/src/mainboard/gigabyte/ma785gmt/mainboard.c
+++ b/src/mainboard/gigabyte/ma785gmt/mainboard.c
@@ -96,8 +96,6 @@ void set_pcie_reset()
pci_write_config16(sm_dev, 0x7e, word);
}
-
-
/*
* justify the dev3 is exist or not
*/
@@ -126,7 +124,6 @@ int is_dev3_present(void)
}
}
-
/*
* set gpio40 gfx
*/
@@ -253,7 +250,7 @@ static void set_thermal_config(void)
*************************************************/
static void ma785gmt_enable(device_t dev)
{
- printk(BIOS_INFO, "Mainboard Gigabyte ma785gmt Enable. dev=0x%p\n", dev);
+ printk(BIOS_INFO, "Mainboard MA785GMT-UD2H Enable. dev=0x%p\n", dev);
#if (CONFIG_GFXUMA == 1)
msr_t msr, msr2;
@@ -315,6 +312,6 @@ int add_mainboard_resources(struct lb_memory *mem)
}
struct chip_operations mainboard_ops = {
- CHIP_NAME("GIGABYTE MA785GMT Mainboard")
+ CHIP_NAME("GIGABYTE MA785GMT-UD2H Mainboard")
.enable_dev = ma785gmt_enable,
};