diff options
Diffstat (limited to 'board/ep82xxm/ep82xxm.c')
-rw-r--r-- | board/ep82xxm/ep82xxm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ep82xxm/ep82xxm.c b/board/ep82xxm/ep82xxm.c index 27443d3..03baf0b 100644 --- a/board/ep82xxm/ep82xxm.c +++ b/board/ep82xxm/ep82xxm.c @@ -219,7 +219,7 @@ int board_early_init_f (void) return 0; } -long int initdram(int board_type) +phys_size_t initdram(int board_type) { /* Size in MB of SDRAM populated on board*/ long int msize = 256; |