summaryrefslogtreecommitdiffstats
path: root/board/siemens/SCM/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/siemens/SCM/flash.c')
-rw-r--r--board/siemens/SCM/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/siemens/SCM/flash.c b/board/siemens/SCM/flash.c
index 063972db5b..815f0236d1 100644
--- a/board/siemens/SCM/flash.c
+++ b/board/siemens/SCM/flash.c
@@ -207,7 +207,7 @@ unsigned long flash_init (void)
CFG_MONITOR_BASE + monitor_flash_len - 1, &flash_info[0]);
#endif
-#if defined(CFG_ENV_IS_IN_FLASH) && defined(CFG_ENV_ADDR)
+#if defined(CONFIG_ENV_IS_IN_FLASH) && defined(CFG_ENV_ADDR)
# ifndef CFG_ENV_SIZE
# define CFG_ENV_SIZE CFG_ENV_SECT_SIZE
# endif
OpenPOWER on IntegriCloud