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 8aa7c10..841d614 100644 --- a/board/imgtec/xilfpga/xilfpga.c +++ b/board/imgtec/xilfpga/xilfpga.c @@ -14,7 +14,7 @@ DECLARE_GLOBAL_DATA_PTR; /* initialize the DDR Controller and PHY */ -int initdram(void) +int dram_init(void) { /* MIG IP block is smart and doesn't need SW * to do any init */ |