arm: kirkwood: Change naming of dram functions from km_foo() to mvebu_foo()
[platform/kernel/u-boot.git] / board / Marvell / sheevaplug / sheevaplug.c
index 18eeb4c..8907fb5 100644 (file)
@@ -92,7 +92,7 @@ int board_init(void)
        gd->bd->bi_arch_number = MACH_TYPE_SHEEVAPLUG;
 
        /* 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;
 }