diff options
Diffstat (limited to 'board/cray')
-rw-r--r-- | board/cray/L1/L1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cray/L1/L1.c b/board/cray/L1/L1.c index a72ba46..f0dfa07 100644 --- a/board/cray/L1/L1.c +++ b/board/cray/L1/L1.c @@ -170,7 +170,7 @@ int misc_init_r (void) } /* ------------------------------------------------------------------------- */ -long int initdram (int board_type) +phys_size_t initdram (int board_type) { return (L1_MEMSIZE); } |