summaryrefslogtreecommitdiff
path: root/board/ml2/ml2.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/ml2/ml2.c')
-rw-r--r--board/ml2/ml2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ml2/ml2.c b/board/ml2/ml2.c
index f32e512d4..981e1decd 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;
}