]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ronetix/pm9263/pm9263.c
pm9263: ARM relocation support
[karo-tx-uboot.git] / board / ronetix / pm9263 / pm9263.c
index 4dc0237b9ef30d823bb039a93783c70dd669b314..ec9f865915bc003df2a559115e1cfcd7a09bbdc5 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((volatile 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