diff options
Diffstat (limited to 'board/quad100hd')
-rw-r--r-- | board/quad100hd/quad100hd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/quad100hd/quad100hd.c b/board/quad100hd/quad100hd.c index 638bd6ca2..81186782b 100644 --- a/board/quad100hd/quad100hd.c +++ b/board/quad100hd/quad100hd.c @@ -87,7 +87,7 @@ int checkboard(void) return 0; } -long int initdram(int board_type) +phys_size_t initdram(int board_type) { return CFG_SDRAM_SIZE; } |