aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/mahogany_fam10/romstage.c
diff options
context:
space:
mode:
authorZheng Bao <zheng.bao@amd.com>2010-03-26 01:43:30 +0000
committerZheng Bao <Zheng.Bao@amd.com>2010-03-26 01:43:30 +0000
commit0735142bdd2aba4cf47ee5ddde6f9696b55f9791 (patch)
tree59f935fe81058639ddd21c74f875123499c3180f /src/mainboard/amd/mahogany_fam10/romstage.c
parentb56f2d0ad4bfc81e7ef5ffd406c652f2c3bd954a (diff)
1. Remove warnings and multiple blank lines.
2. Mahogany uses GPIO9 to detect 80-pin IDE cable. Signed-off-by: Zheng Bao <zheng.bao@amd.com> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5300 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd/mahogany_fam10/romstage.c')
-rw-r--r--src/mainboard/amd/mahogany_fam10/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/amd/mahogany_fam10/romstage.c b/src/mainboard/amd/mahogany_fam10/romstage.c
index 2a147fea8a..f6c862443a 100644
--- a/src/mainboard/amd/mahogany_fam10/romstage.c
+++ b/src/mainboard/amd/mahogany_fam10/romstage.c
@@ -298,4 +298,3 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
post_cache_as_ram(); // BSP switch stack to ram, copy then execute LB.
post_code(0x43); // Should never see this post code.
}
-