summaryrefslogtreecommitdiffstats
path: root/board/Seagate/dockstar/dockstar.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/Seagate/dockstar/dockstar.c')
-rw-r--r--board/Seagate/dockstar/dockstar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/Seagate/dockstar/dockstar.c b/board/Seagate/dockstar/dockstar.c
index 838f578104..83ab1bc32d 100644
--- a/board/Seagate/dockstar/dockstar.c
+++ b/board/Seagate/dockstar/dockstar.c
@@ -96,7 +96,7 @@ int board_init(void)
gd->bd->bi_arch_number = MACH_TYPE_DOCKSTAR;
/* address 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