]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/d-link/dns325/dns325.c
arm: kirkwood: Change naming of dram functions from km_foo() to mvebu_foo()
[people/ms/u-boot.git] / board / d-link / dns325 / dns325.c
index fd23696fc3131cbde95aba809764f60c01277ba7..a022daf71e419bc87b707aeaf35ea7813d6e13fe 100644 (file)
@@ -92,7 +92,7 @@ int board_early_init_f(void)
 int board_init(void)
 {
        /* Boot parameters address */
-       gd->bd->bi_boot_params = kw_sdram_bar(0) + 0x100;
+       gd->bd->bi_boot_params = mvebu_sdram_bar(0) + 0x100;
 
        return 0;
 }