]> 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 75e6f0ef5adeb6a82d97ffc204eb6aac11181dc7..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>
 #include <asm/mipsregs.h>
 #include <asm/io.h>
 
-phys_size_t initdram(int board_type)
+DECLARE_GLOBAL_DATA_PTR;
+
+int dram_init(void)
 {
        /* Sdram is setup by assembler code */
        /* If memory could be changed, we should return the true value here */
-       return MEM_SIZE*1024*1024;
+       gd->ram_size = MEM_SIZE * 1024 * 1024;
+
+       return 0;
 }
 
 #define BCSR_PCMCIA_PC0DRVEN           0x0010