summaryrefslogtreecommitdiff
path: root/src/mainboard/msi
diff options
context:
space:
mode:
authorJonathan Kollasch <jakllsch@kollasch.net>2010-10-27 17:41:40 +0000
committerJonathan A. Kollasch <jakllsch@kollasch.net>2010-10-27 17:41:40 +0000
commit2585d2db2448fc4f4c96645bb19287984a4d460c (patch)
tree1a419aa6aeae960402e5be94bfe46cd490f6c17a /src/mainboard/msi
parentd8bed0a4c1b59f701f6866bda5d721a22a0139af (diff)
downloadcoreboot-2585d2db2448fc4f4c96645bb19287984a4d460c.tar.xz
Drop referenced-yet-does-nothing static function from ms7135 romstage.
Signed-off-by: Jonathan Kollasch <jakllsch@kollasch.net> Acked-by: Jonathan Kollasch <jakllsch@kollasch.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5995 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/msi')
-rw-r--r--src/mainboard/msi/ms7135/romstage.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/msi/ms7135/romstage.c b/src/mainboard/msi/ms7135/romstage.c
index 0d3dbd5c8b..04e6117728 100644
--- a/src/mainboard/msi/ms7135/romstage.c
+++ b/src/mainboard/msi/ms7135/romstage.c
@@ -57,11 +57,6 @@
#include "northbridge/amd/amdk8/coherent_ht.c"
#include "cpu/amd/dualcore/dualcore.c"
-static void memreset_setup(void)
-{
- /* FIXME: Nothing to do? */
-}
-
static void memreset(int controllers, const struct mem_controller *ctrl)
{
/* FIXME: Nothing to do? */
@@ -173,7 +168,6 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
dump_smbus_registers();
#endif
- memreset_setup();
sdram_initialize(nodes, ctrl);
#if 0