aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/union_station/mainboard.c
diff options
context:
space:
mode:
authorJens Rottmann <JRottmann@LiPPERTembedded.de>2013-02-26 15:56:11 +0100
committerPeter Stuge <peter@stuge.se>2013-02-26 16:53:16 +0100
commit5e70766f14253f53190ddd49a544460c6bc1e528 (patch)
tree0c7a33db64b3afacd5d3eeba8c6da7226ce16b49 /src/mainboard/amd/union_station/mainboard.c
parent37ef52d44b3d527d6a4fb84eaffa4260b7521d4a (diff)
AMD Fam14 boards: reduce unnecessary differences, 2nd attempt
This patch reduces unnecessary differences between AMD Inagua, Persimmon, Union Station, South Station and Asrock E350M1. It's only cosmetical, but makes them a little bit easier to compare. This is the remainder of the original http://review.coreboot.org/2464, parts of which somehow got lost in a flurry of refactoring and splitting patches. Change-Id: I034228be9edaaa4122506763d7bb4158f8e0ec53 Signed-off-by: Jens Rottmann <JRottmann@LiPPERTembedded.de> Reviewed-on: http://review.coreboot.org/2529 Tested-by: build bot (Jenkins) Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'src/mainboard/amd/union_station/mainboard.c')
-rw-r--r--src/mainboard/amd/union_station/mainboard.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/amd/union_station/mainboard.c b/src/mainboard/amd/union_station/mainboard.c
index 57dfe4423c..c12e78523b 100644
--- a/src/mainboard/amd/union_station/mainboard.c
+++ b/src/mainboard/amd/union_station/mainboard.c
@@ -46,9 +46,9 @@ void set_pcie_dereset(void)
}
-/*************************************************
-* enable the dedicated function in unionstation board.
-*************************************************/
+/**********************************************
+ * Enable the dedicated functions of the board.
+ **********************************************/
static void mainboard_enable(device_t dev)
{
printk(BIOS_INFO, "Mainboard " CONFIG_MAINBOARD_PART_NUMBER " Enable.\n");