]> git.sur5r.net Git - u-boot/blobdiff - board/bachmann/ot1200/ot1200_spl.c
arm: dts: Add devicetree for i.MX6Q
[u-boot] / board / bachmann / ot1200 / ot1200_spl.c
index 9c77fd3330a72a535adfd068874afe44d116c63e..9d28da4ba410ec18c22f378346dcbb73d204926c 100644 (file)
@@ -85,6 +85,8 @@ static struct mx6_ddr_sysinfo ot1200_ddr_sysinfo = {
        .bi_on      = 1,        /* Bank interleaving enabled */ /* war 1 */
        .sde_to_rst = 0x10,     /* 14 cycles, 200us (JEDEC default) */
        .rst_to_cke = 0x23,     /* 33 cycles, 500us (JEDEC default) */
+       .refsel = 1,            /* Refresh cycles at 32KHz */
+       .refr = 7,              /* 8 refresh commands per refresh cycle */
 };
 
 /* MT41K128M16JT-125 */
@@ -156,7 +158,3 @@ void board_init_f(ulong dummy)
        /* load/boot image from boot device */
        board_init_r(NULL, 0);
 }
-
-void reset_cpu(ulong addr)
-{
-}