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