summaryrefslogtreecommitdiffstats
path: root/board/Marvell/dreamplug/dreamplug.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/Marvell/dreamplug/dreamplug.c')
-rw-r--r--board/Marvell/dreamplug/dreamplug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/Marvell/dreamplug/dreamplug.c b/board/Marvell/dreamplug/dreamplug.c
index 07b7496f3a..0887d92c29 100644
--- a/board/Marvell/dreamplug/dreamplug.c
+++ b/board/Marvell/dreamplug/dreamplug.c
@@ -90,7 +90,7 @@ int board_early_init_f(void)
int board_init(void)
{
/* 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