]> git.sur5r.net Git - u-boot/blobdiff - board/ronetix/pm9263/pm9263.c
Merge branch 'master' of git://git.denx.de/u-boot-mmc
[u-boot] / board / ronetix / pm9263 / pm9263.c
index 4dc0237b9ef30d823bb039a93783c70dd669b314..8071600081be22321678b4a3413290b2dc1535c2 100644 (file)
@@ -377,10 +377,17 @@ int board_init(void)
 }
 
 int dram_init(void)
+{
+       /* dram_init must store complete ramsize in gd->ram_size */
+       gd->ram_size = get_ram_size((void *)PHYS_SDRAM,
+                               PHYS_SDRAM_SIZE);
+       return 0;
+}
+
+void dram_init_banksize(void)
 {
        gd->bd->bi_dram[0].start = PHYS_SDRAM;
        gd->bd->bi_dram[0].size = PHYS_SDRAM_SIZE;
-       return 0;
 }
 
 #ifdef CONFIG_RESET_PHY_R