board: tbs2910: Convert eth to driver model
[oweals/u-boot.git] / board / qemu-mips / qemu-mips.c
index 2638ea67d3b0a177b8427549242f09fe72c35aa3..414a9c001dcc08ff9e307f9b666e76e89503d4ab 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2007
  * Vlad Lungu vlad.lungu@windriver.com
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -13,7 +12,7 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
-int initdram(void)
+int dram_init(void)
 {
        /* Sdram is setup by assembler code */
        /* If memory could be changed, we should return the true value here */