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
This commit is contained in:
parent
d8bed0a4c1
commit
2585d2db24
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue