diff options
Diffstat (limited to 'board/adder/adder.c')
| -rw-r--r-- | board/adder/adder.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/adder/adder.c b/board/adder/adder.c index 817c8649a..e8a5737f5 100644 --- a/board/adder/adder.c +++ b/board/adder/adder.c @@ -65,7 +65,7 @@ static uint sdram_table[] = {  	0xfffffc27, 0xfffffc04, 0xfffffc04, 0xfffffc04  }; -long int initdram (int board_type) +phys_size_t initdram (int board_type)  {  	long int msize;  	volatile immap_t     *immap  = (volatile immap_t *)CFG_IMMR; |