summaryrefslogtreecommitdiff
path: root/board/bmw/bmw.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/bmw/bmw.c')
-rw-r--r--board/bmw/bmw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/bmw/bmw.c b/board/bmw/bmw.c
index 485e050b1..043143163 100644
--- a/board/bmw/bmw.c
+++ b/board/bmw/bmw.c
@@ -51,7 +51,7 @@ int checkboard(void)
return 0;
}
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
{
return 64*1024*1024;
}