diff options
Diffstat (limited to 'board/BuS')
-rw-r--r-- | board/BuS/eb_cpu5282/eb_cpu5282.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/BuS/eb_cpu5282/eb_cpu5282.c b/board/BuS/eb_cpu5282/eb_cpu5282.c index b1740ee9b9..292752450d 100644 --- a/board/BuS/eb_cpu5282/eb_cpu5282.c +++ b/board/BuS/eb_cpu5282/eb_cpu5282.c @@ -35,7 +35,7 @@ int checkboard (void) return 0; } -phys_size_t initdram (int board_type) +phys_size_t initdram(void) { int size, i; |