From 2585d2db2448fc4f4c96645bb19287984a4d460c Mon Sep 17 00:00:00 2001 From: Jonathan Kollasch Date: Wed, 27 Oct 2010 17:41:40 +0000 Subject: Drop referenced-yet-does-nothing static function from ms7135 romstage. Signed-off-by: Jonathan Kollasch Acked-by: Jonathan Kollasch git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5995 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/msi/ms7135/romstage.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/mainboard/msi') 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 -- cgit v1.2.3