diff options
Diffstat (limited to 'board/sl8245/sl8245.c')
-rw-r--r-- | board/sl8245/sl8245.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sl8245/sl8245.c b/board/sl8245/sl8245.c index 593eb4e..8647887 100644 --- a/board/sl8245/sl8245.c +++ b/board/sl8245/sl8245.c @@ -34,7 +34,7 @@ int checkboard (void) return 0; } -long int initdram (int board_type) +phys_size_t initdram (int board_type) { #ifndef CFG_RAMBOOT long size; |