summaryrefslogtreecommitdiffstats
path: root/board/lantec/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/lantec/flash.c')
-rw-r--r--board/lantec/flash.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/lantec/flash.c b/board/lantec/flash.c
index 0faa82cba4..ddf680a316 100644
--- a/board/lantec/flash.c
+++ b/board/lantec/flash.c
@@ -29,7 +29,7 @@
#include <common.h>
#include <mpc8xx.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
@@ -138,7 +138,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,
@@ -170,7 +170,7 @@ unsigned long flash_init (void)
&flash_info[1]);
#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