summaryrefslogtreecommitdiffstats
path: root/board/pm826/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/pm826/flash.c')
-rw-r--r--board/pm826/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pm826/flash.c b/board/pm826/flash.c
index 92a433a587..e8e02893d7 100644
--- a/board/pm826/flash.c
+++ b/board/pm826/flash.c
@@ -144,7 +144,7 @@ unsigned long flash_init (void)
# endif
#endif /* CONFIG_BOOT_ROM */
-#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