Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
[platform/kernel/u-boot.git] / include / configs / B2.h
index 1c4b6fe..a7cb3e2 100644 (file)
@@ -49,8 +49,8 @@
  * Size of malloc() pool
  */
 #define CFG_MONITOR_LEN                (256 * 1024)    /* Reserve 256 kB for Monitor   */
-#define CFG_ENV_SIZE           1024            /* 1024 bytes may be used for env vars*/
-#define CFG_MALLOC_LEN         (CFG_ENV_SIZE + 128*1024 )
+#define CONFIG_ENV_SIZE                1024            /* 1024 bytes may be used for env vars*/
+#define CFG_MALLOC_LEN         (CONFIG_ENV_SIZE + 128*1024 )
 #define CFG_GBL_DATA_SIZE      128     /* size in bytes reserved for initial data */
 
 /*
  * Environment Variable setup
  */
 #define CONFIG_ENV_IS_IN_EEPROM        1       /* use EEPROM for environment vars */
-#define CFG_ENV_OFFSET         0x0     /* environment starts at the beginning of the EEPROM */
+#define CONFIG_ENV_OFFSET              0x0     /* environment starts at the beginning of the EEPROM */
 
 /*-----------------------------------------------------------------------
  * I2C EEPROM (STM24C02W6) for environment
                                        /* 16 byte page write mode using*/
                                        /* last 4 bits of the address   */
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10   /* and takes up to 10 msec */
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 
 /* Flash banks JFFS2 should use */
 /*