diff options
Diffstat (limited to 'board/pm826/pm826.c')
-rw-r--r-- | board/pm826/pm826.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pm826/pm826.c b/board/pm826/pm826.c index 1420e649d21..7ee3ab65c06 100644 --- a/board/pm826/pm826.c +++ b/board/pm826/pm826.c @@ -279,7 +279,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; |