summaryrefslogtreecommitdiff
path: root/board/netstal/common/fixed_sdram.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/netstal/common/fixed_sdram.c')
-rw-r--r--board/netstal/common/fixed_sdram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/netstal/common/fixed_sdram.c b/board/netstal/common/fixed_sdram.c
index 8082f60..f7baed6 100644
--- a/board/netstal/common/fixed_sdram.c
+++ b/board/netstal/common/fixed_sdram.c
@@ -44,7 +44,7 @@ void show_sdram_registers(void)
}
#endif
-long int fixed_hcu4_sdram (unsigned int dram_size)
+long int init_ppc405_sdram(unsigned int dram_size)
{
#ifdef DEBUG
printf(__FUNCTION__);