summaryrefslogtreecommitdiffstats
path: root/board/ep82xxm/ep82xxm.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/ep82xxm/ep82xxm.c')
-rw-r--r--board/ep82xxm/ep82xxm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ep82xxm/ep82xxm.c b/board/ep82xxm/ep82xxm.c
index 27443d3dfb..03baf0b59a 100644
--- a/board/ep82xxm/ep82xxm.c
+++ b/board/ep82xxm/ep82xxm.c
@@ -219,7 +219,7 @@ int board_early_init_f (void)
return 0;
}
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
{
/* Size in MB of SDRAM populated on board*/
long int msize = 256;
OpenPOWER on IntegriCloud