summaryrefslogtreecommitdiffstats
path: root/include/configs/pb1x00.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/pb1x00.h')
-rw-r--r--include/configs/pb1x00.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/pb1x00.h b/include/configs/pb1x00.h
index 2caa64173c..480a59f05b 100644
--- a/include/configs/pb1x00.h
+++ b/include/configs/pb1x00.h
@@ -116,11 +116,11 @@
#define CFG_FLASH_ERASE_TOUT (2 * CFG_HZ) /* Timeout for Flash Erase */
#define CFG_FLASH_WRITE_TOUT (2 * CFG_HZ) /* Timeout for Flash Write */
-#define CFG_ENV_IS_NOWHERE 1
+#define CONFIG_ENV_IS_NOWHERE 1
/* Address and size of Primary Environment Sector */
-#define CFG_ENV_ADDR 0xB0030000
-#define CFG_ENV_SIZE 0x10000
+#define CONFIG_ENV_ADDR 0xB0030000
+#define CONFIG_ENV_SIZE 0x10000
#define CONFIG_FLASH_16BIT
OpenPOWER on IntegriCloud