summaryrefslogtreecommitdiffstats
path: root/board/cpc45/cpc45.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cpc45/cpc45.c')
-rw-r--r--board/cpc45/cpc45.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cpc45/cpc45.c b/board/cpc45/cpc45.c
index 79eb473176..f4e867ce7d 100644
--- a/board/cpc45/cpc45.c
+++ b/board/cpc45/cpc45.c
@@ -61,7 +61,7 @@ int checkboard(void)
return 0;
}
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
{
int m, row, col, bank, i, ref;
unsigned long start, end;
OpenPOWER on IntegriCloud