diff options
Diffstat (limited to 'board/pn62/pn62.c')
-rw-r--r-- | board/pn62/pn62.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pn62/pn62.c b/board/pn62/pn62.c index b2f348d4d6..d905b2965c 100644 --- a/board/pn62/pn62.c +++ b/board/pn62/pn62.c @@ -75,7 +75,7 @@ int checkboard (void) return 0; } -long int initdram (int board_type) +phys_size_t initdram (int board_type) { long size; long new_bank0_end; |