]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/Marvell/openrd/openrd.c
arm: kirkwood: Change naming of dram functions from km_foo() to mvebu_foo()
[karo-tx-uboot.git] / board / Marvell / openrd / openrd.c
index 52dd08383dfa0df7f97568cdfe8cfd6a8ace2637..55cf525cf8aa18e7aed9542c2761ddc30d41a959 100644 (file)
@@ -104,7 +104,7 @@ int board_init(void)
 #endif
 
        /* 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;
 }