diff options
Diffstat (limited to 'board/gaisler/grsim_leon2/grsim_leon2.c')
-rw-r--r-- | board/gaisler/grsim_leon2/grsim_leon2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gaisler/grsim_leon2/grsim_leon2.c b/board/gaisler/grsim_leon2/grsim_leon2.c index 384db3d..c6c4bb4 100644 --- a/board/gaisler/grsim_leon2/grsim_leon2.c +++ b/board/gaisler/grsim_leon2/grsim_leon2.c @@ -10,7 +10,7 @@ #include <common.h> #include <asm/leon.h> -int initdram(void) +int dram_init(void) { /* Does not set gd->ram_size here */ |