diff options
Diffstat (limited to 'board/sandpoint/sandpoint.c')
-rw-r--r-- | board/sandpoint/sandpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sandpoint/sandpoint.c b/board/sandpoint/sandpoint.c index aeb10a74347..7429647b80f 100644 --- a/board/sandpoint/sandpoint.c +++ b/board/sandpoint/sandpoint.c @@ -50,7 +50,7 @@ int checkflash (void) } #endif -long int initdram (int board_type) +phys_size_t initdram (int board_type) { long size; long new_bank0_end; |