diff options
Diffstat (limited to 'board/zpc1900/zpc1900.c')
-rw-r--r-- | board/zpc1900/zpc1900.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/zpc1900/zpc1900.c b/board/zpc1900/zpc1900.c index 7db535e..103ef71 100644 --- a/board/zpc1900/zpc1900.c +++ b/board/zpc1900/zpc1900.c @@ -220,7 +220,7 @@ void nvram_write(long dest, const void *src, size_t count) } #endif /* CFG_NVRAM_ACCESS_ROUTINE */ -long int initdram(int board_type) +phys_size_t initdram(int board_type) { vu_char *bcsr = (vu_char *)CFG_BCSR; volatile immap_t *immap = (immap_t *)CFG_IMMR; |