summaryrefslogtreecommitdiffstats
path: root/board/utx8245/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/utx8245/flash.c')
-rw-r--r--board/utx8245/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/utx8245/flash.c b/board/utx8245/flash.c
index 199f619a82..ae0e659c2e 100644
--- a/board/utx8245/flash.c
+++ b/board/utx8245/flash.c
@@ -169,7 +169,7 @@ unsigned long flash_init (void)
&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)
flash_protect (FLAG_PROTECT_SET, CFG_ENV_ADDR,
CFG_ENV_ADDR + CFG_ENV_SIZE - 1, &flash_info[0]);
#endif
OpenPOWER on IntegriCloud