diff options
Diffstat (limited to 'board/esd/mecp5123')
-rw-r--r-- | board/esd/mecp5123/mecp5123.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/mecp5123/mecp5123.c b/board/esd/mecp5123/mecp5123.c index 656f0fa83f..b8eb32b1fb 100644 --- a/board/esd/mecp5123/mecp5123.c +++ b/board/esd/mecp5123/mecp5123.c @@ -62,7 +62,7 @@ int board_early_init_f(void) return 0; } -phys_size_t initdram(int board_type) +phys_size_t initdram(void) { return get_ram_size(0, fixed_sdram(NULL, NULL, 0)); } |