summaryrefslogtreecommitdiffstats
path: root/board/integratorcp/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/integratorcp/flash.c')
-rw-r--r--board/integratorcp/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/integratorcp/flash.c b/board/integratorcp/flash.c
index 59961cdab6..2a4256abdf 100644
--- a/board/integratorcp/flash.c
+++ b/board/integratorcp/flash.c
@@ -125,7 +125,7 @@ unsigned long flash_init (void)
CFG_MONITOR_BASE + monitor_flash_len - 1, &flash_info[0]);
#endif
-#ifdef CFG_ENV_IS_IN_FLASH
+#ifdef CONFIG_ENV_IS_IN_FLASH
/* ENV protection ON */
flash_protect(FLAG_PROTECT_SET,
CFG_ENV_ADDR,
OpenPOWER on IntegriCloud