diff options
Diffstat (limited to 'board/sc3')
-rw-r--r-- | board/sc3/sc3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sc3/sc3.c b/board/sc3/sc3.c index fbdc1d769c6..3d1a6542dc3 100644 --- a/board/sc3/sc3.c +++ b/board/sc3/sc3.c @@ -579,7 +579,7 @@ static int printSDRAMConfig(char reg, unsigned long cr) static unsigned int mbcf[] = {mem_mb0cf, mem_mb1cf, mem_mb2cf, mem_mb3cf}; #endif -long int initdram (int board_type) +phys_size_t initdram (int board_type) { unsigned int mems=0; unsigned long ul1; |