summaryrefslogtreecommitdiffstats
path: root/board/amcc/ocotea/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/amcc/ocotea/flash.c')
-rw-r--r--board/amcc/ocotea/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amcc/ocotea/flash.c b/board/amcc/ocotea/flash.c
index 5614e20780..88a76f7da6 100644
--- a/board/amcc/ocotea/flash.c
+++ b/board/amcc/ocotea/flash.c
@@ -134,7 +134,7 @@ unsigned long flash_init(void)
(void)flash_protect(FLAG_PROTECT_SET, CFG_MONITOR_BASE,
CFG_MONITOR_BASE + CFG_MONITOR_LEN - 1,
&flash_info[i]);
-#ifdef CFG_ENV_IS_IN_FLASH
+#ifdef CONFIG_ENV_IS_IN_FLASH
(void)flash_protect(FLAG_PROTECT_SET, CFG_ENV_ADDR,
CFG_ENV_ADDR + CFG_ENV_SECT_SIZE - 1,
&flash_info[i]);
OpenPOWER on IntegriCloud