From ab8ff84402e97d544b519ec17a2ee184651b8af6 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Sat, 5 Jun 2004 14:54:46 +0000 Subject: Add extra phase before memory init. Rename sdram_init to memory_init NOTE: need to test sandpoint and ep boards! git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1603 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/ppc/ppc4xx/sdram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu') diff --git a/src/cpu/ppc/ppc4xx/sdram.c b/src/cpu/ppc/ppc4xx/sdram.c index 73cdcc364b..b8376caec5 100644 --- a/src/cpu/ppc/ppc4xx/sdram.c +++ b/src/cpu/ppc/ppc4xx/sdram.c @@ -60,7 +60,7 @@ /*----------------------------------------------------------------------- */ -void sdram_init(void) +void memory_init(void) { #if 0 unsigned long speed; -- cgit v1.2.3