Author: jakllsch Date: Wed Oct 27 19:41:40 2010 New Revision: 5995 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5995
Log: Drop referenced-yet-does-nothing static function from ms7135 romstage. Signed-off-by: Jonathan Kollasch <[email protected]> Acked-by: Jonathan Kollasch <[email protected]> Modified: trunk/src/mainboard/msi/ms7135/romstage.c Modified: trunk/src/mainboard/msi/ms7135/romstage.c ============================================================================== --- trunk/src/mainboard/msi/ms7135/romstage.c Wed Oct 27 19:26:57 2010 (r5994) +++ trunk/src/mainboard/msi/ms7135/romstage.c Wed Oct 27 19:41:40 2010 (r5995) @@ -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 @@ dump_smbus_registers(); #endif - memreset_setup(); sdram_initialize(nodes, ctrl); #if 0 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

