diff options
Diffstat (limited to 'board/a4m072/a4m072.c')
-rw-r--r-- | board/a4m072/a4m072.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/a4m072/a4m072.c b/board/a4m072/a4m072.c index d4b30fd147..6f0d4489a2 100644 --- a/board/a4m072/a4m072.c +++ b/board/a4m072/a4m072.c @@ -68,12 +68,12 @@ static void sdram_start (int hi_addr) #endif /* - * ATTENTION: Although partially referenced initdram does NOT make real use + * ATTENTION: Although partially referenced dram_init does NOT make real use * use of CONFIG_SYS_SDRAM_BASE. The code does not work if CONFIG_SYS_SDRAM_BASE * is something else than 0x00000000. */ -int initdram(void) +int dram_init(void) { ulong dramsize = 0; uint svr, pvr; |