summaryrefslogtreecommitdiff
path: root/board/Marvell/mvebu_armada-37xx/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/Marvell/mvebu_armada-37xx/board.c')
-rw-r--r--board/Marvell/mvebu_armada-37xx/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/Marvell/mvebu_armada-37xx/board.c b/board/Marvell/mvebu_armada-37xx/board.c
index c6ecc323bb..45fe3e5f0b 100644
--- a/board/Marvell/mvebu_armada-37xx/board.c
+++ b/board/Marvell/mvebu_armada-37xx/board.c
@@ -80,7 +80,7 @@ int board_early_init_f(void)
int board_init(void)
{
/* adress of boot parameters */
- gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
+ gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
return 0;
}