aboutsummaryrefslogtreecommitdiff
path: root/board/nokia
diff options
context:
space:
mode:
Diffstat (limited to 'board/nokia')
-rw-r--r--board/nokia/rx51/rx51.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/nokia/rx51/rx51.c b/board/nokia/rx51/rx51.c
index fa95886fa3b..238b9637bad 100644
--- a/board/nokia/rx51/rx51.c
+++ b/board/nokia/rx51/rx51.c
@@ -232,7 +232,7 @@ int board_init(void)
gpmc_init();
#if defined(CONFIG_CMD_ONENAND)
enable_gpmc_cs_config(gpmc_regs_onenandrx51, &gpmc_cfg->cs[0],
- CONFIG_SYS_ONENAND_BASE, GPMC_SIZE_256M);
+ CFG_SYS_ONENAND_BASE, GPMC_SIZE_256M);
#endif
/* Enable the clks & power */
per_clocks_enable();