diff options
Diffstat (limited to 'board/eltec/bab7xx')
-rw-r--r-- | board/eltec/bab7xx/bab7xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/eltec/bab7xx/bab7xx.c b/board/eltec/bab7xx/bab7xx.c index 555475e..af52352 100644 --- a/board/eltec/bab7xx/bab7xx.c +++ b/board/eltec/bab7xx/bab7xx.c @@ -162,7 +162,7 @@ long int dram_size (int board_type) /* ------------------------------------------------------------------------- */ -long int initdram (int board_type) +phys_size_t initdram (int board_type) { return dram_size (board_type); } |