summaryrefslogtreecommitdiff
path: root/board/renesas/grpeach/grpeach.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/renesas/grpeach/grpeach.c')
-rw-r--r--board/renesas/grpeach/grpeach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/renesas/grpeach/grpeach.c b/board/renesas/grpeach/grpeach.c
index 199ec4a310..f609e4f072 100644
--- a/board/renesas/grpeach/grpeach.c
+++ b/board/renesas/grpeach/grpeach.c
@@ -20,7 +20,7 @@ DECLARE_GLOBAL_DATA_PTR;
int board_init(void)
{
- gd->bd->bi_boot_params = (CONFIG_SYS_SDRAM_BASE + 0x100);
+ gd->bd->bi_boot_params = (CFG_SYS_SDRAM_BASE + 0x100);
return 0;
}