summaryrefslogtreecommitdiffstats
path: root/board/cmi/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cmi/flash.c')
-rw-r--r--board/cmi/flash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/cmi/flash.c b/board/cmi/flash.c
index f57d8ecfe9..aec6a8ef92 100644
--- a/board/cmi/flash.c
+++ b/board/cmi/flash.c
@@ -36,7 +36,7 @@
#include <common.h>
#include <mpc5xx.h>
-#if defined(CFG_ENV_IS_IN_FLASH)
+#if defined(CONFIG_ENV_IS_IN_FLASH)
# ifndef CFG_ENV_ADDR
# define CFG_ENV_ADDR (CFG_FLASH_BASE + CFG_ENV_OFFSET)
# endif
@@ -110,7 +110,7 @@ unsigned long flash_init (void)
&flash_info[0]);
#endif
-#ifdef CFG_ENV_IS_IN_FLASH
+#ifdef CONFIG_ENV_IS_IN_FLASH
/* ENV protection ON by default */
flash_protect(FLAG_PROTECT_SET,
CFG_ENV_ADDR,
OpenPOWER on IntegriCloud