diff options
Diffstat (limited to 'board/utx8245')
-rw-r--r-- | board/utx8245/utx8245.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/utx8245/utx8245.c b/board/utx8245/utx8245.c index 834fd84079b..e2a961a3a3f 100644 --- a/board/utx8245/utx8245.c +++ b/board/utx8245/utx8245.c @@ -46,7 +46,7 @@ int checkboard(void) } -long int initdram(int board_type) +phys_size_t initdram(int board_type) { long size; long new_bank0_end; |