Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
[platform/kernel/u-boot.git] / include / configs / mucmc52.h
index 18200ec..517b3b7 100644 (file)
 #define        CFG_I2C_EEPROM_ADDR_LEN         1
 #define        CFG_EEPROM_PAGE_WRITE_BITS      4
 #define        CFG_EEPROM_PAGE_WRITE_DELAY_MS  10
-/* for LM81 */
-#define        CFG_EEPROM_PAGE_WRITE_ENABLE
 
 /*
  * RTC configuration
 #define        CFG_FLASH_SIZE          0x00800000 /* 8 MByte */
 #define        CFG_MAX_FLASH_SECT      67      /* max num of sects on one chip */
 
-#define        CFG_ENV_ADDR            (TEXT_BASE+0x40000) /* second sector */
+#define        CONFIG_ENV_ADDR         (TEXT_BASE+0x40000) /* second sector */
 #define        CFG_MAX_FLASH_BANKS     1       /* max num of flash banks
                                           (= chip selects) */
 #define        CFG_FLASH_ERASE_TOUT    240000  /* Flash Erase Timeout (in ms)  */
 /*
  * Environment settings
  */
-#define        CFG_ENV_IS_IN_FLASH     1
-#define        CFG_ENV_SIZE            0x4000
-#define        CFG_ENV_SECT_SIZE       0x20000
-#define        CFG_ENV_OFFSET_REDUND   (CFG_ENV_OFFSET+CFG_ENV_SECT_SIZE)
-#define        CFG_ENV_SIZE_REDUND     (CFG_ENV_SIZE)
+#define        CONFIG_ENV_IS_IN_FLASH  1
+#define        CONFIG_ENV_SIZE         0x4000
+#define        CONFIG_ENV_SECT_SIZE    0x20000
+#define        CONFIG_ENV_OFFSET_REDUND   (CONFIG_ENV_OFFSET+CONFIG_ENV_SECT_SIZE)
+#define        CONFIG_ENV_SIZE_REDUND     (CONFIG_ENV_SIZE)
 
 /*
  * Memory map