summaryrefslogtreecommitdiffstats
path: root/board/sandpoint/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/sandpoint/flash.c')
-rw-r--r--board/sandpoint/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sandpoint/flash.c b/board/sandpoint/flash.c
index a9f73ff0dc..cf06679938 100644
--- a/board/sandpoint/flash.c
+++ b/board/sandpoint/flash.c
@@ -230,7 +230,7 @@ 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,
OpenPOWER on IntegriCloud