diff options
Diffstat (limited to 'board/uc101/uc101.c')
-rw-r--r-- | board/uc101/uc101.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/uc101/uc101.c b/board/uc101/uc101.c index f726513965..69ba5078d4 100644 --- a/board/uc101/uc101.c +++ b/board/uc101/uc101.c @@ -146,7 +146,7 @@ static void sdram_start (int hi_addr) * is something else than 0x00000000. */ -long int initdram (int board_type) +phys_size_t initdram (int board_type) { ulong dramsize = 0; #ifndef CFG_RAMBOOT |