diff options
Diffstat (limited to 'board/ep88x')
-rw-r--r-- | board/ep88x/ep88x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ep88x/ep88x.c b/board/ep88x/ep88x.c index 5f57f36..92e5f0c 100644 --- a/board/ep88x/ep88x.c +++ b/board/ep88x/ep88x.c @@ -86,7 +86,7 @@ int board_early_init_f (void) return 0; } -long int initdram (int board_type) +phys_size_t initdram (int board_type) { long int msize; volatile immap_t *immap = (volatile immap_t *)CFG_IMMR; |