aboutsummaryrefslogtreecommitdiff
path: root/board/mscc/luton/luton.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/mscc/luton/luton.c')
-rw-r--r--board/mscc/luton/luton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mscc/luton/luton.c b/board/mscc/luton/luton.c
index 76e3f2ebbce..48170b3aa12 100644
--- a/board/mscc/luton/luton.c
+++ b/board/mscc/luton/luton.c
@@ -29,7 +29,7 @@ int board_early_init_r(void)
writel(0, BASE_CFG + ICPU_SW_MODE);
/* Address of boot parameters */
- gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE;
+ gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE;
return 0;
}