diff options
Diffstat (limited to 'board/eric')
-rw-r--r-- | board/eric/eric.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/eric/eric.c b/board/eric/eric.c index 14ba9b0..972d485 100644 --- a/board/eric/eric.c +++ b/board/eric/eric.c @@ -121,7 +121,7 @@ int checkboard (void) */ /* ------------------------------------------------------------------------- */ /* ------------------------------------------------------------------------- */ -long int initdram (int board_type) +phys_size_t initdram (int board_type) { #ifndef CONFIG_ERIC int i; |