diff options
Diffstat (limited to 'board/esd/plu405/plu405.c')
-rw-r--r-- | board/esd/plu405/plu405.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/plu405/plu405.c b/board/esd/plu405/plu405.c index 57762b54ee..fc71e9a2a1 100644 --- a/board/esd/plu405/plu405.c +++ b/board/esd/plu405/plu405.c @@ -232,7 +232,7 @@ int checkboard (void) } -long int initdram (int board_type) +phys_size_t initdram (int board_type) { unsigned long val; |