aboutsummaryrefslogtreecommitdiff
path: root/board/eltec/bab7xx/bab7xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/eltec/bab7xx/bab7xx.c')
-rw-r--r--board/eltec/bab7xx/bab7xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/eltec/bab7xx/bab7xx.c b/board/eltec/bab7xx/bab7xx.c
index 555475e4d..af5235237 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);
}