diff options
Diffstat (limited to 'board/cpc45/cpc45.c')
-rw-r--r-- | board/cpc45/cpc45.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cpc45/cpc45.c b/board/cpc45/cpc45.c index 79eb473..f4e867c 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; |