Merge branch 'master' of /home/wd/git/u-boot/custodians
[platform/kernel/u-boot.git] / include / configs / purple.h
index ef92637..5cc4fc7 100644 (file)
 #define CFG_FLASH_ERASE_TOUT   (6 * CFG_HZ) /* Timeout for Flash Erase */
 #define CFG_FLASH_WRITE_TOUT   (6 * CFG_HZ) /* Timeout for Flash Write */
 
-#define        CFG_ENV_IS_IN_FLASH     1
+#define        CONFIG_ENV_IS_IN_FLASH  1
 
 /* Address and size of Primary Environment Sector      */
-#define CFG_ENV_ADDR           0xB0008000
-#define CFG_ENV_SIZE           0x4000
+#define CONFIG_ENV_ADDR                0xB0008000
+#define CONFIG_ENV_SIZE                0x4000
 
 #define CONFIG_FLASH_32BIT
 #define CONFIG_NR_DRAM_BANKS   1