diff options
Diffstat (limited to 'board/m5271evb/m5271evb.c')
-rw-r--r-- | board/m5271evb/m5271evb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/m5271evb/m5271evb.c b/board/m5271evb/m5271evb.c index 9caad63..e089d5f 100644 --- a/board/m5271evb/m5271evb.c +++ b/board/m5271evb/m5271evb.c @@ -29,7 +29,7 @@ int checkboard (void) { return 0; }; -long int initdram (int board_type) { +phys_size_t initdram (int board_type) { int i; |