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