]> git.sur5r.net Git - u-boot/blobdiff - board/pb1x00/pb1x00.c
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / board / pb1x00 / pb1x00.c
index eb92914a7986ef014c03896e5bcfbb2bc40ae495..f3e6110077522b0fcb10b7a597047031261cb686 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 64*1024*1024;
+       gd->ram_size = 64 * 1024 * 1024;
+
+       return 0;
 }
 
 #define BCSR_PCMCIA_PC0DRVEN           0x0010