summaryrefslogtreecommitdiff
path: root/board/mscc/jr2
diff options
context:
space:
mode:
Diffstat (limited to 'board/mscc/jr2')
-rw-r--r--board/mscc/jr2/jr2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mscc/jr2/jr2.c b/board/mscc/jr2/jr2.c
index 6abf08bd24c..84b95be648d 100644
--- a/board/mscc/jr2/jr2.c
+++ b/board/mscc/jr2/jr2.c
@@ -28,7 +28,7 @@ int board_early_init_r(void)
ICPU_GENERAL_CTRL_IF_SI_OWNER(2));
/* Address of boot parameters */
- gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE;
+ gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE;
return 0;
}