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