diff options
Diffstat (limited to 'board/ml2/ml2.c')
-rw-r--r-- | board/ml2/ml2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ml2/ml2.c b/board/ml2/ml2.c index f32e512..981e1de 100644 --- a/board/ml2/ml2.c +++ b/board/ml2/ml2.c @@ -53,7 +53,7 @@ int checkboard (void) } -long int initdram (int board_type) +phys_size_t initdram (int board_type) { return 32 * 1024 * 1024; } |