]> git.sur5r.net Git - u-boot/blobdiff - board/raidsonic/ib62x0/ib62x0.c
arm: mxs: olinuxino: move DRAM config tuning to SPL
[u-boot] / board / raidsonic / ib62x0 / ib62x0.c
index dbcfb438134426ef2c7576a15f44993e5611e6fa..f01fb1c6e7624bbe66d9714fc3fbfe0d98db0619 100644 (file)
@@ -62,7 +62,7 @@ int board_early_init_f(void)
 int board_init(void)
 {
        /* adress of boot parameters */
-       gd->bd->bi_boot_params = kw_sdram_bar(0) + 0x100;
+       gd->bd->bi_boot_params = mvebu_sdram_bar(0) + 0x100;
 
        return 0;
 }