diff options
Diffstat (limited to 'board/g2000/g2000.c')
-rw-r--r-- | board/g2000/g2000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/g2000/g2000.c b/board/g2000/g2000.c index 9fcab748498..647f4b705b4 100644 --- a/board/g2000/g2000.c +++ b/board/g2000/g2000.c @@ -131,7 +131,7 @@ long int init_sdram_static_settings(void) } -long int initdram (int board_type) +phys_size_t initdram (int board_type) { long int ret; |