arm: kirkwood: Change naming of dram functions from km_foo() to mvebu_foo()
[platform/kernel/u-boot.git] / board / Seagate / goflexhome / goflexhome.c
index c3f4cbf..1f4fb92 100644 (file)
@@ -98,7 +98,7 @@ int board_init(void)
        gd->bd->bi_arch_number = MACH_TYPE_GOFLEXHOME;
 
        /* address 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;
 }