arm: kirkwood: Change naming of dram functions from km_foo() to mvebu_foo()
[platform/kernel/u-boot.git] / board / iomega / iconnect / iconnect.c
index 76c945a..086a473 100644 (file)
@@ -87,7 +87,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;
 }