diff options
Diffstat (limited to 'board/pm828/pm828.c')
-rw-r--r-- | board/pm828/pm828.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pm828/pm828.c b/board/pm828/pm828.c index 98cd80b..6038e97 100644 --- a/board/pm828/pm828.c +++ b/board/pm828/pm828.c @@ -312,7 +312,7 @@ static long int try_init (volatile memctl8260_t * memctl, ulong sdmr, } -long int initdram (int board_type) +phys_size_t initdram (int board_type) { volatile immap_t *immap = (immap_t *) CFG_IMMR; volatile memctl8260_t *memctl = &immap->im_memctl; |