diff options
Diffstat (limited to 'board/esd/adciop/adciop.c')
-rw-r--r-- | board/esd/adciop/adciop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/adciop/adciop.c b/board/esd/adciop/adciop.c index 7a11a12cefb..0f655b78a5f 100644 --- a/board/esd/adciop/adciop.c +++ b/board/esd/adciop/adciop.c @@ -79,7 +79,7 @@ int checkboard (void) /* ------------------------------------------------------------------------- */ -long int initdram (int board_type) +phys_size_t initdram (int board_type) { return (16 * 1024 * 1024); } |