diff options
Diffstat (limited to 'board/incaip/incaip.c')
-rw-r--r-- | board/incaip/incaip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/incaip/incaip.c b/board/incaip/incaip.c index dc513739fa3..ac7ad8f292e 100644 --- a/board/incaip/incaip.c +++ b/board/incaip/incaip.c @@ -53,7 +53,7 @@ static ulong max_sdram_size(void) return size; } -long int initdram(int board_type) +phys_size_t initdram(int board_type) { int rows, cols, best_val = *INCA_IP_SDRAM_MC_CFGPB0; ulong size, max_size = 0; |