diff options
Diffstat (limited to 'board/cobra5272')
-rw-r--r-- | board/cobra5272/cobra5272.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cobra5272/cobra5272.c b/board/cobra5272/cobra5272.c index 86c7ee1eec0..b9285505041 100644 --- a/board/cobra5272/cobra5272.c +++ b/board/cobra5272/cobra5272.c @@ -32,7 +32,7 @@ int checkboard (void) return 0; }; -long int initdram (int board_type) +phys_size_t initdram (int board_type) { volatile sdramctrl_t *sdp = (sdramctrl_t *) (MMAP_SDRAM); |