aboutsummaryrefslogtreecommitdiff
path: root/board/uc100/uc100.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/uc100/uc100.c')
-rw-r--r--board/uc100/uc100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/uc100/uc100.c b/board/uc100/uc100.c
index a5dd95d78..896f9693e 100644
--- a/board/uc100/uc100.c
+++ b/board/uc100/uc100.c
@@ -169,7 +169,7 @@ int checkboard (void)
/*
* Initialize SDRAM
*/
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
{
volatile immap_t *immap = (immap_t *) CFG_IMMR;
volatile memctl8xx_t *memctl = &immap->im_memctl;