diff options
Diffstat (limited to 'board/esd/mecp5200/mecp5200.c')
-rw-r--r-- | board/esd/mecp5200/mecp5200.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/mecp5200/mecp5200.c b/board/esd/mecp5200/mecp5200.c index ea49f264ab8..6d776b7a63c 100644 --- a/board/esd/mecp5200/mecp5200.c +++ b/board/esd/mecp5200/mecp5200.c @@ -84,7 +84,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; ulong test1, test2; |