diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-25 18:06:32 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-25 18:06:32 +0000 |
commit | bcb8c97af94c9fc814fdbdafe5361666bf81d442 (patch) | |
tree | d3a121678b32d7436787975292432c4975bb9f6d /src/mainboard/asus | |
parent | 14b62da01ded297e12db6ed3b41778202e9aae41 (diff) |
try to unify timing initialization across those boards that need it...
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5496 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r-- | src/mainboard/asus/a8n_e/romstage.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/asus/a8n_e/romstage.c b/src/mainboard/asus/a8n_e/romstage.c index 8737152c81..247aa740a2 100644 --- a/src/mainboard/asus/a8n_e/romstage.c +++ b/src/mainboard/asus/a8n_e/romstage.c @@ -63,11 +63,6 @@ #include "northbridge/amd/amdk8/coherent_ht.c" #include "cpu/amd/dualcore/dualcore.c" -static void memreset_setup(void) -{ - /* Nothing to do. */ -} - static void memreset(int controllers, const struct mem_controller *ctrl) { /* Nothing to do. */ @@ -181,7 +176,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 |