diff options
Diffstat (limited to 'board/atum8548/atum8548.c')
-rw-r--r-- | board/atum8548/atum8548.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/atum8548/atum8548.c b/board/atum8548/atum8548.c index 2f6ae29d997..4d8c6fbae3d 100644 --- a/board/atum8548/atum8548.c +++ b/board/atum8548/atum8548.c @@ -98,7 +98,7 @@ long int fixed_sdram (void) } #endif /* !defined(CONFIG_SPD_EEPROM) */ -long int +phys_size_t initdram(int board_type) { long dram_size = 0; |