summaryrefslogtreecommitdiffstats
path: root/board/ppmc7xx/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/ppmc7xx/flash.c')
-rw-r--r--board/ppmc7xx/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ppmc7xx/flash.c b/board/ppmc7xx/flash.c
index 4be6f13644..4d13612aff 100644
--- a/board/ppmc7xx/flash.c
+++ b/board/ppmc7xx/flash.c
@@ -197,7 +197,7 @@ unsigned long flash_init (void)
CFG_MONITOR_BASE + monitor_flash_len - 1, &flash_info[0]);
#endif
-#if (CFG_ENV_IS_IN_FLASH == 1) && defined(CFG_ENV_ADDR)
+#if defined(CFG_ENV_IS_IN_FLASH) && defined(CFG_ENV_ADDR)
# ifndef CFG_ENV_SIZE
# define CFG_ENV_SIZE CFG_ENV_SECT_SIZE
# endif
OpenPOWER on IntegriCloud