Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
[platform/kernel/u-boot.git] / include / configs / zeus.h
index ac4f813..abf6bd3 100644 (file)
 /* mask of address bits that overflow into the "EEPROM chip address"    */
 #define CFG_I2C_EEPROM_ADDR_OVERFLOW   0x07
 
-#define CFG_EEPROM_PAGE_WRITE_ENABLE   1       /* write eeprom in pages */
 #define CFG_EEPROM_PAGE_WRITE_BITS     3       /* 8 byte write page size */
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10      /* and takes up to 10 msec */
 
 #define CONFIG_KGDB_SER_INDEX  2               /* which serial port to use */
 #endif
 
+/*
+ * Pass open firmware flat tree
+ */
+#define CONFIG_OF_LIBFDT
+#define CONFIG_OF_BOARD_SETUP
+
 /* ENVIRONMENT VARS */
 
 #define CONFIG_PREBOOT         "echo;echo Welcome to Bulletendpoints board v1.1;echo"