summaryrefslogtreecommitdiff
path: root/board/Marvell/octeontx2_cn913x/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/Marvell/octeontx2_cn913x/board.c')
-rw-r--r--board/Marvell/octeontx2_cn913x/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/Marvell/octeontx2_cn913x/board.c b/board/Marvell/octeontx2_cn913x/board.c
index 953e9db9c8..3d20cfb2fa 100644
--- a/board/Marvell/octeontx2_cn913x/board.c
+++ b/board/Marvell/octeontx2_cn913x/board.c
@@ -34,7 +34,7 @@ int board_early_init_r(void)
int board_init(void)
{
/* address 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;
}