diff options
Diffstat (limited to 'board/o2dnt/o2dnt.c')
| -rw-r--r-- | board/o2dnt/o2dnt.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/o2dnt/o2dnt.c b/board/o2dnt/o2dnt.c index 81a27002f..a4eed3a43 100644 --- a/board/o2dnt/o2dnt.c +++ b/board/o2dnt/o2dnt.c @@ -67,7 +67,7 @@ static void sdram_start (int hi_addr)   *            use of CFG_SDRAM_BASE. The code does not work if CFG_SDRAM_BASE   *            is something else than 0x00000000.   */ -long int initdram (int board_type) +phys_size_t initdram (int board_type)  {  	ulong dramsize = 0;  	ulong dramsize2 = 0; |