summaryrefslogtreecommitdiff
path: root/board/altera/ep1s40/ep1s40.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/altera/ep1s40/ep1s40.c')
-rw-r--r--board/altera/ep1s40/ep1s40.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/altera/ep1s40/ep1s40.c b/board/altera/ep1s40/ep1s40.c
index cb7555047..c0eca17b9 100644
--- a/board/altera/ep1s40/ep1s40.c
+++ b/board/altera/ep1s40/ep1s40.c
@@ -29,7 +29,7 @@ int checkboard (void)
return 0;
}
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
{
return (0);
}