]> git.sur5r.net Git - u-boot/blobdiff - board/dbau1x00/dbau1x00.c
ARM: rmobile: Enable MTD partitioning on Gen2 with SF
[u-boot] / board / dbau1x00 / dbau1x00.c
index ea7cb744dba9bad959d0eba1d62bb2900c22b942..1e62753b30fea5f528934c60ee028d72fc0292d7 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2003
  * Thomas.Lange@corelatus.se
- *
- * 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 */