Drop referenced-yet-does-nothing static function from ms7135 romstage.
authorJonathan Kollasch <jakllsch@kollasch.net>
Wed, 27 Oct 2010 17:41:40 +0000 (17:41 +0000)
committerJonathan A. Kollasch <jakllsch@kollasch.net>
Wed, 27 Oct 2010 17:41:40 +0000 (17:41 +0000)
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

src/mainboard/msi/ms7135/romstage.c

index 0d3dbd5c8b6b7e4b98c73ca77fb42f86f0e0cf75..04e6117728c4403f11995c01f695554e915dfd38 100644 (file)
 #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