diff options
Diffstat (limited to 'board/sacsng/sacsng.c')
-rw-r--r-- | board/sacsng/sacsng.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sacsng/sacsng.c b/board/sacsng/sacsng.c index e85a0fc..ecbe021 100644 --- a/board/sacsng/sacsng.c +++ b/board/sacsng/sacsng.c @@ -159,7 +159,7 @@ int checkboard(void) /* ------------------------------------------------------------------------- */ -long int initdram(int board_type) +phys_size_t initdram(int board_type) { volatile immap_t *immap = (immap_t *)CFG_IMMR; volatile memctl8260_t *memctl = &immap->im_memctl; |