summaryrefslogtreecommitdiffstats
path: root/board/karo/tk71/tk71.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/karo/tk71/tk71.c')
-rw-r--r--board/karo/tk71/tk71.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/karo/tk71/tk71.c b/board/karo/tk71/tk71.c
index 7aec5f9060..35546d24e8 100644
--- a/board/karo/tk71/tk71.c
+++ b/board/karo/tk71/tk71.c
@@ -97,7 +97,7 @@ int board_init(void)
gd->bd->bi_arch_number = CONFIG_MACH_TYPE;
/* 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;
}
OpenPOWER on IntegriCloud