summaryrefslogtreecommitdiffstats
path: root/board/cmi/cmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cmi/cmi.c')
-rw-r--r--board/cmi/cmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cmi/cmi.c b/board/cmi/cmi.c
index cbf34f7854..8501cae21a 100644
--- a/board/cmi/cmi.c
+++ b/board/cmi/cmi.c
@@ -62,7 +62,7 @@ int checkboard(void)
/*
* Get RAM size.
*/
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
{
return (SRAM_SIZE); /* We currently have a static size adapted for cmi board. */
}
OpenPOWER on IntegriCloud