diff options
Diffstat (limited to 'board/hmi1001/hmi1001.c')
-rw-r--r-- | board/hmi1001/hmi1001.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/hmi1001/hmi1001.c b/board/hmi1001/hmi1001.c index 8bdfe78..8cfd75b 100644 --- a/board/hmi1001/hmi1001.c +++ b/board/hmi1001/hmi1001.c @@ -80,7 +80,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 |