diff options
Diffstat (limited to 'board/w7o/w7o.c')
-rw-r--r-- | board/w7o/w7o.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/w7o/w7o.c b/board/w7o/w7o.c index 7a3d63a..0e3b84c 100644 --- a/board/w7o/w7o.c +++ b/board/w7o/w7o.c @@ -152,7 +152,7 @@ int checkboard (void) /* ------------------------------------------------------------------------- */ -long int initdram (int board_type) +phys_size_t initdram (int board_type) { /* * ToDo: Move the asm init routine sdram_init() to this C file, |