summaryrefslogtreecommitdiffstats
path: root/include/configs/canmb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/canmb.h')
-rw-r--r--include/configs/canmb.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/canmb.h b/include/configs/canmb.h
index 38714cc306..59e4cb397c 100644
--- a/include/configs/canmb.h
+++ b/include/configs/canmb.h
@@ -137,10 +137,10 @@
/*
* Environment settings
*/
-#define CFG_ENV_IS_IN_FLASH 1
-#define CFG_ENV_OFFSET (2*128*1024)
-#define CFG_ENV_SIZE 0x2000
-#define CFG_ENV_SECT_SIZE (128*1024)
+#define CONFIG_ENV_IS_IN_FLASH 1
+#define CONFIG_ENV_OFFSET (2*128*1024)
+#define CONFIG_ENV_SIZE 0x2000
+#define CONFIG_ENV_SECT_SIZE (128*1024)
/*
* Memory map
OpenPOWER on IntegriCloud