summaryrefslogtreecommitdiffstats
path: root/include/configs/assabet.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/assabet.h')
-rw-r--r--include/configs/assabet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/assabet.h b/include/configs/assabet.h
index ed7b5ef8ff..3cc4db43ac 100644
--- a/include/configs/assabet.h
+++ b/include/configs/assabet.h
@@ -160,9 +160,9 @@
#undef CFG_FLASH_PROTECTION
#define CFG_FLASH_BANKS_LIST { CFG_FLASH_BASE }
-#define CFG_ENV_IS_IN_FLASH 1
+#define CONFIG_ENV_IS_IN_FLASH 1
-#if defined(CFG_ENV_IS_IN_FLASH)
+#if defined(CONFIG_ENV_IS_IN_FLASH)
#define CFG_ENV_IN_OWN_SECTOR 1
#define CFG_ENV_ADDR (PHYS_FLASH_1 + PHYS_FLASH_SECT_SIZE)
#define CFG_ENV_SIZE PHYS_FLASH_SECT_SIZE
OpenPOWER on IntegriCloud