diff options
Diffstat (limited to 'board/esd/dp405/dp405.c')
-rw-r--r-- | board/esd/dp405/dp405.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/dp405/dp405.c b/board/esd/dp405/dp405.c index 240ab78aa79..bb3baa477ee 100644 --- a/board/esd/dp405/dp405.c +++ b/board/esd/dp405/dp405.c @@ -122,7 +122,7 @@ int checkboard (void) /* ------------------------------------------------------------------------- */ -long int initdram (int board_type) +phys_size_t initdram (int board_type) { unsigned long val; |