summaryrefslogtreecommitdiffstats
path: root/board/adder/adder.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/adder/adder.c')
-rw-r--r--board/adder/adder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/adder/adder.c b/board/adder/adder.c
index 817c8649aa..e8a5737f58 100644
--- a/board/adder/adder.c
+++ b/board/adder/adder.c
@@ -65,7 +65,7 @@ static uint sdram_table[] = {
0xfffffc27, 0xfffffc04, 0xfffffc04, 0xfffffc04
};
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
{
long int msize;
volatile immap_t *immap = (volatile immap_t *)CFG_IMMR;
OpenPOWER on IntegriCloud