diff options
Diffstat (limited to 'board/oxc')
-rw-r--r-- | board/oxc/oxc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/oxc/oxc.c b/board/oxc/oxc.c index 6cc3cc5..b61d399 100644 --- a/board/oxc/oxc.c +++ b/board/oxc/oxc.c @@ -34,7 +34,7 @@ int checkboard (void) return 0; } -long int initdram (int board_type) +phys_size_t initdram (int board_type) { #ifndef CFG_RAMBOOT long size; |