diff options
Diffstat (limited to 'board/imgtec/xilfpga/xilfpga.c')
-rw-r--r-- | board/imgtec/xilfpga/xilfpga.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/imgtec/xilfpga/xilfpga.c b/board/imgtec/xilfpga/xilfpga.c index 77a1952c93..dc0a088ecb 100644 --- a/board/imgtec/xilfpga/xilfpga.c +++ b/board/imgtec/xilfpga/xilfpga.c @@ -12,7 +12,7 @@ #include <common.h> /* initialize the DDR Controller and PHY */ -phys_size_t initdram(int board_type) +phys_size_t initdram(void) { /* MIG IP block is smart and doesn't need SW * to do any init */ |