diff options
Diffstat (limited to 'board/esd/apc405/apc405.c')
-rw-r--r-- | board/esd/apc405/apc405.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/apc405/apc405.c b/board/esd/apc405/apc405.c index 2cb743ef496..83657c8d5df 100644 --- a/board/esd/apc405/apc405.c +++ b/board/esd/apc405/apc405.c @@ -423,7 +423,7 @@ int checkboard (void) return 0; } -long int initdram (int board_type) +phys_size_t initdram (int board_type) { unsigned long val; |