Browse Source

Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Peter Tyser 16 years ago
parent
commit
abbb90666d
65 changed files with 0 additions and 74 deletions
  1. 0 8
      doc/README.PIP405
  2. 0 1
      include/configs/APC405.h
  3. 0 1
      include/configs/ASH405.h
  4. 0 1
      include/configs/B2.h
  5. 0 1
      include/configs/CATcenter.h
  6. 0 1
      include/configs/CMS700.h
  7. 0 1
      include/configs/CPCI2DP.h
  8. 0 1
      include/configs/CPCI405.h
  9. 0 1
      include/configs/CPCI4052.h
  10. 0 1
      include/configs/CPCI405AB.h
  11. 0 1
      include/configs/CPCI405DT.h
  12. 0 1
      include/configs/CPCIISER4.h
  13. 0 1
      include/configs/DP405.h
  14. 0 1
      include/configs/DU405.h
  15. 0 1
      include/configs/DU440.h
  16. 0 1
      include/configs/G2000.h
  17. 0 1
      include/configs/HH405.h
  18. 0 1
      include/configs/HUB405.h
  19. 0 1
      include/configs/MIP405.h
  20. 0 1
      include/configs/MPC8323ERDB.h
  21. 0 1
      include/configs/OCRTC.h
  22. 0 1
      include/configs/ORSG.h
  23. 0 1
      include/configs/PCI405.h
  24. 0 1
      include/configs/PIP405.h
  25. 0 1
      include/configs/PLU405.h
  26. 0 1
      include/configs/PMC405.h
  27. 0 1
      include/configs/PMC440.h
  28. 0 1
      include/configs/PPChameleonEVB.h
  29. 0 1
      include/configs/TASREG.h
  30. 0 1
      include/configs/TQM8272.h
  31. 0 1
      include/configs/TQM834x.h
  32. 0 1
      include/configs/TQM85xx.h
  33. 0 1
      include/configs/VOH405.h
  34. 0 1
      include/configs/VOM405.h
  35. 0 1
      include/configs/W7OLMC.h
  36. 0 1
      include/configs/W7OLMG.h
  37. 0 1
      include/configs/WUH405.h
  38. 0 1
      include/configs/XPEDITE1K.h
  39. 0 1
      include/configs/acadia.h
  40. 0 1
      include/configs/alpr.h
  41. 0 1
      include/configs/bamboo.h
  42. 0 1
      include/configs/canyonlands.h
  43. 0 1
      include/configs/ebony.h
  44. 0 1
      include/configs/ep82xxm.h
  45. 0 1
      include/configs/hcu4.h
  46. 0 1
      include/configs/hcu5.h
  47. 0 1
      include/configs/hymod.h
  48. 0 1
      include/configs/katmai.h
  49. 0 1
      include/configs/luan.h
  50. 0 1
      include/configs/lwmon5.h
  51. 0 1
      include/configs/mcu25.h
  52. 0 1
      include/configs/motionpro.h
  53. 0 1
      include/configs/muas3001.h
  54. 0 2
      include/configs/mucmc52.h
  55. 0 1
      include/configs/ocotea.h
  56. 0 1
      include/configs/p3p440.h
  57. 0 1
      include/configs/pcs440ep.h
  58. 0 1
      include/configs/sequoia.h
  59. 0 1
      include/configs/socrates.h
  60. 0 1
      include/configs/stxssa.h
  61. 0 1
      include/configs/taishan.h
  62. 0 2
      include/configs/uc101.h
  63. 0 1
      include/configs/walnut.h
  64. 0 1
      include/configs/yosemite.h
  65. 0 1
      include/configs/zeus.h

+ 0 - 8
doc/README.PIP405

@@ -132,14 +132,6 @@ Identify:
 ---------
 CONFIG_IDENT_STRING		added to the U_BOOT_VERSION String
 
-
-I2C stuff:
-----------
-CFG_EEPROM_PAGE_WRITE_ENABLE	enables page write of the I2C EEPROM
-				CFG_EEPROM_PAGE_WRITE_BITS _must_ be
-				defined.
-
-
 Environment / Console:
 ----------------------
 

+ 0 - 1
include/configs/APC405.h

@@ -315,7 +315,6 @@ extern int flash_banks;
 					/* 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
 
 /*
  * External Bus Controller (EBC) Setup

+ 0 - 1
include/configs/ASH405.h

@@ -256,7 +256,6 @@
 					/* 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
 
 /*
  * Init Memory Controller:

+ 0 - 1
include/configs/B2.h

@@ -194,7 +194,6 @@
 					/* 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 */
 /*

+ 0 - 1
include/configs/CATcenter.h

@@ -419,7 +419,6 @@
 					/* 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
 
 /*-----------------------------------------------------------------------
  * Cache Configuration

+ 0 - 1
include/configs/CMS700.h

@@ -268,7 +268,6 @@
 					/* 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
 
 #define CFG_EEPROM_WREN         1
 

+ 0 - 1
include/configs/CPCI2DP.h

@@ -219,7 +219,6 @@
 					/* 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
 
 #define CFG_EEPROM_WREN         1
 

+ 0 - 1
include/configs/CPCI405.h

@@ -264,7 +264,6 @@
 					/* 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
 
 /*
  * Init Memory Controller:

+ 0 - 1
include/configs/CPCI4052.h

@@ -283,7 +283,6 @@
 					/* 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
 
 /*
  * Init Memory Controller:

+ 0 - 1
include/configs/CPCI405AB.h

@@ -259,7 +259,6 @@
 					/* 32 byte page write mode using*/
 					/* last 5 bits of the address	*/
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS	10   /* and takes up to 10 msec */
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 
 /* Use EEPROM for environment variables */
 

+ 0 - 1
include/configs/CPCI405DT.h

@@ -286,7 +286,6 @@
 					/* 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
 
 /*
  * Init Memory Controller:

+ 0 - 1
include/configs/CPCIISER4.h

@@ -198,7 +198,6 @@
 					/* 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
 
 #define CONFIG_ENV_IS_IN_EEPROM	1	/* use EEPROM for environment vars */
 #define CONFIG_ENV_OFFSET		0x000	/* environment starts at the beginning of the EEPROM */

+ 0 - 1
include/configs/DP405.h

@@ -239,7 +239,6 @@
 					/* 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
 
 /*-----------------------------------------------------------------------
  * External Bus Controller (EBC) Setup

+ 0 - 1
include/configs/DU405.h

@@ -225,7 +225,6 @@
 					/* 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
 
 #define CONFIG_ENV_IS_IN_EEPROM	1	/* use EEPROM for environment vars */
 #define CONFIG_ENV_OFFSET		0x000	/* environment starts at the beginning of the EEPROM */

+ 0 - 1
include/configs/DU440.h

@@ -182,7 +182,6 @@
 #define CFG_I2C_MULTI_EEPROMS
 #define CFG_I2C_EEPROM_ADDR	0x54
 #define CFG_I2C_EEPROM_ADDR_LEN 2
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #define CFG_EEPROM_PAGE_WRITE_BITS 5
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10
 #define CFG_I2C_EEPROM_ADDR_OVERFLOW 0x01

+ 0 - 1
include/configs/G2000.h

@@ -328,7 +328,6 @@
 					/* 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
 
 /*-----------------------------------------------------------------------
  * External Bus Controller (EBC) Setup

+ 0 - 1
include/configs/HH405.h

@@ -360,7 +360,6 @@
 					/* last	5 bits of the address	*/
 #endif
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS	10   /* and takes up to 10 msec */
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 
 /*-----------------------------------------------------------------------
  * External Bus Controller (EBC) Setup

+ 0 - 1
include/configs/HUB405.h

@@ -255,7 +255,6 @@
 					/* 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
 
 /*
  * Init Memory Controller:

+ 0 - 1
include/configs/MIP405.h

@@ -110,7 +110,6 @@
 #define CFG_EEPROM_PAGE_WRITE_BITS 6	/* The Atmel 24C128/256 has	*/
 					/* 64 byte page write mode using*/
 					/* last	6 bits of the address	*/
-#define CFG_EEPROM_PAGE_WRITE_ENABLE	/* enable Page write */
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS	10	/* and takes up to 10 msec */
 
 

+ 0 - 1
include/configs/MPC8323ERDB.h

@@ -328,7 +328,6 @@
 #define CFG_I2C_EEPROM_ADDR_LEN		2
 #define CFG_EEPROM_PAGE_WRITE_BITS	6
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS	10
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 
 /*
  * General PCI

+ 0 - 1
include/configs/OCRTC.h

@@ -220,7 +220,6 @@
 					/* 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
 
 /*
  * Init Memory Controller:

+ 0 - 1
include/configs/ORSG.h

@@ -218,7 +218,6 @@
 					/* 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
 
 /*
  * Init Memory Controller:

+ 0 - 1
include/configs/PCI405.h

@@ -249,7 +249,6 @@
 					/* 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
 
 /*
  * Init Memory Controller:

+ 0 - 1
include/configs/PIP405.h

@@ -103,7 +103,6 @@
 #define CFG_EEPROM_PAGE_WRITE_BITS 6	/* The Atmel 24C128/256 has	*/
 					/* 64 byte page write mode using*/
 					/* last	6 bits of the address	*/
-#define CFG_EEPROM_PAGE_WRITE_ENABLE	/* enable Page write */
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS	10	/* and takes up to 10 msec */
 
 

+ 0 - 1
include/configs/PLU405.h

@@ -295,7 +295,6 @@
 					/* 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
 
 /*
  * External Bus Controller (EBC) Setup

+ 0 - 1
include/configs/PMC405.h

@@ -267,7 +267,6 @@
 					/* 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
 
 /*-----------------------------------------------------------------------
  * External Bus Controller (EBC) Setup

+ 0 - 1
include/configs/PMC440.h

@@ -233,7 +233,6 @@
 
 #define CFG_I2C_EEPROM_ADDR		0x54
 #define CFG_I2C_EEPROM_ADDR_LEN		2
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #define CFG_EEPROM_PAGE_WRITE_BITS	5
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS	10
 #define CFG_I2C_EEPROM_ADDR_OVERFLOW	0x01

+ 0 - 1
include/configs/PPChameleonEVB.h

@@ -452,7 +452,6 @@
 					/* 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
 
 /*
  * Init Memory Controller:

+ 0 - 1
include/configs/TASREG.h

@@ -148,7 +148,6 @@
 					/* 32 byte page write mode using*/
 					/* last 5 bits of the address	*/
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS	10   /* and takes up to 10 msec */
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 
 #if defined (CONFIG_SOFT_I2C)
 #if 0 /* push-pull */

+ 0 - 1
include/configs/TQM8272.h

@@ -119,7 +119,6 @@
 #define CFG_I2C_EEPROM_ADDR_LEN 2
 #define CFG_EEPROM_PAGE_WRITE_BITS	4
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS	10	/* and takes up to 10 msec */
-#define CFG_EEPROM_PAGE_WRITE_ENABLE	/* necessary for the LM75 chip */
 #define CFG_I2C_MULTI_EEPROMS		1	/* more than one eeprom */
 
 /* I2C RTC */

+ 0 - 1
include/configs/TQM834x.h

@@ -213,7 +213,6 @@ extern int tqm834x_num_flash_banks;
 #define CFG_I2C_EEPROM_ADDR		0x50	/* 1010000x			*/
 #define CFG_I2C_EEPROM_ADDR_LEN		2	/* 16 bit			*/
 #define CFG_EEPROM_PAGE_WRITE_BITS	5	/* 32 bytes per write		*/
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS	12	/* 10ms +/- 20%			*/
 #define CFG_I2C_MULTI_EEPROMS		1       /* more than one eeprom		*/
 

+ 0 - 1
include/configs/TQM85xx.h

@@ -323,7 +323,6 @@
 #define CFG_I2C_EEPROM_ADDR		0x50	/* 1010000x		*/
 #define CFG_I2C_EEPROM_ADDR_LEN		2
 #define CFG_EEPROM_PAGE_WRITE_BITS	5	/* =32 Bytes per write	*/
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS	20
 #define CFG_I2C_MULTI_EEPROMS		1	/* more than one eeprom	*/
 

+ 0 - 1
include/configs/VOH405.h

@@ -292,7 +292,6 @@
 					/* 32 byte page write mode using*/
 					/* last 5 bits of the address	*/
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS	10   /* and takes up to 10 msec */
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 
 /*-----------------------------------------------------------------------
  * External Bus Controller (EBC) Setup

+ 0 - 1
include/configs/VOM405.h

@@ -214,7 +214,6 @@
 					/* 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
 
 /*
  * External Bus Controller (EBC) Setup

+ 0 - 1
include/configs/W7OLMC.h

@@ -279,7 +279,6 @@
 #define CFG_I2C_EEPROM_ADDR_LEN	1	/* Bytes of address		*/
 /* mask of address bits that overflow into the "EEPROM chip address"    */
 #define CFG_I2C_EEPROM_ADDR_OVERFLOW	0x07
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #define CFG_EEPROM_PAGE_WRITE_BITS 4	/* The Catalyst CAT24WC08 has	*/
 					/* 16 byte page write mode using*/
 					/* last	4 bits of the address	*/

+ 0 - 1
include/configs/W7OLMG.h

@@ -284,7 +284,6 @@
 
 #define CFG_I2C_EEPROM_ADDR	0x50		/* EEPROM ATMEL 24C04N		*/
 #define CFG_I2C_EEPROM_ADDR_LEN	1		/* Bytes of address		*/
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #define CFG_EEPROM_PAGE_WRITE_BITS 3
 #define CFG_I2C_MULTI_EEPROMS
 /*-----------------------------------------------------------------------

+ 0 - 1
include/configs/WUH405.h

@@ -252,7 +252,6 @@
 					/* 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
 
 /*
  * Init Memory Controller:

+ 0 - 1
include/configs/XPEDITE1K.h

@@ -156,7 +156,6 @@ extern void out32(unsigned int, unsigned long);
 #define CONFIG_ENV_OFFSET		0x100
 #define CFG_I2C_EEPROM_ADDR	0x50		/* this is actually the second page of the eeprom */
 #define CFG_I2C_EEPROM_ADDR_LEN 1
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #define CFG_EEPROM_PAGE_WRITE_BITS 3
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10
 

+ 0 - 1
include/configs/acadia.h

@@ -203,7 +203,6 @@
 #define CFG_I2C_MULTI_EEPROMS
 #define CFG_I2C_EEPROM_ADDR	(0xa8>>1)
 #define CFG_I2C_EEPROM_ADDR_LEN 1
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #define CFG_EEPROM_PAGE_WRITE_BITS 3
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10
 

+ 0 - 1
include/configs/alpr.h

@@ -133,7 +133,6 @@
 					/* 8 byte page write mode using */
 					/* last 3 bits of the address	*/
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS	40   /* and takes up to 40 msec */
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 
 #define CONFIG_PREBOOT	"echo;"	\
 	"echo Type \"run kernelx\" to boot the system;"			\

+ 0 - 1
include/configs/bamboo.h

@@ -229,7 +229,6 @@
 #define CFG_I2C_MULTI_EEPROMS
 #define CFG_I2C_EEPROM_ADDR	(0xa8>>1)
 #define CFG_I2C_EEPROM_ADDR_LEN 1
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #define CFG_EEPROM_PAGE_WRITE_BITS 3
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10
 

+ 0 - 1
include/configs/canyonlands.h

@@ -243,7 +243,6 @@
 #define CFG_I2C_MULTI_EEPROMS
 #define CFG_I2C_EEPROM_ADDR		(0xa8>>1)
 #define CFG_I2C_EEPROM_ADDR_LEN		1
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #define CFG_EEPROM_PAGE_WRITE_BITS	3
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS	10
 

+ 0 - 1
include/configs/ebony.h

@@ -143,7 +143,6 @@
 #define CFG_I2C_MULTI_EEPROMS
 #define CFG_I2C_EEPROM_ADDR	(0xa8>>1)
 #define CFG_I2C_EEPROM_ADDR_LEN 1
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #define CFG_EEPROM_PAGE_WRITE_BITS 3
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10
 

+ 0 - 1
include/configs/ep82xxm.h

@@ -220,7 +220,6 @@
 #define CFG_I2C_EEPROM_ADDR	0x54
 #define CFG_I2C_EEPROM_ADDR_LEN	1
 #define CFG_EEPROM_PAGE_WRITE_BITS	3
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS	10
 
 #ifdef CONFIG_ENV_IS_IN_EEPROM

+ 0 - 1
include/configs/hcu4.h

@@ -162,7 +162,6 @@
 #define CFG_I2C_EEPROM_ADDR_OVERFLOW	0x07
 #define CFG_EEPROM_PAGE_WRITE_BITS 4
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #undef CFG_I2C_MULTI_EEPROMS
 
 

+ 0 - 1
include/configs/hcu5.h

@@ -163,7 +163,6 @@
 #define CFG_I2C_EEPROM_ADDR_OVERFLOW	0x07
 #define CFG_EEPROM_PAGE_WRITE_BITS 4
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #undef CFG_I2C_MULTI_EEPROMS
 
 

+ 0 - 1
include/configs/hymod.h

@@ -288,7 +288,6 @@
 /* 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	4	/* 16 byte write page size */
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS	10	/* and takes up to 10 msec */
 

+ 0 - 1
include/configs/katmai.h

@@ -132,7 +132,6 @@
 #define CFG_I2C_MULTI_EEPROMS
 #define CFG_I2C_EEPROM_ADDR	(0x50)
 #define CFG_I2C_EEPROM_ADDR_LEN 1
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #define CFG_EEPROM_PAGE_WRITE_BITS 3
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10
 

+ 0 - 1
include/configs/luan.h

@@ -139,7 +139,6 @@
 #define CFG_I2C_MULTI_EEPROMS
 #define CFG_I2C_EEPROM_ADDR	(0xa8>>1)
 #define CFG_I2C_EEPROM_ADDR_LEN 1
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #define CFG_EEPROM_PAGE_WRITE_BITS 3
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10
 

+ 0 - 1
include/configs/lwmon5.h

@@ -267,7 +267,6 @@
 					/* 64 byte page write mode using*/
 					/* last 6 bits of the address	*/
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS	10   /* and takes up to 10 msec */
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 
 #define CONFIG_RTC_PCF8563	1		/* enable Philips PCF8563 RTC	*/
 #define CFG_I2C_RTC_ADDR	0x51		/* Philips PCF8563 RTC address	*/

+ 0 - 1
include/configs/mcu25.h

@@ -162,7 +162,6 @@
 #define CFG_I2C_EEPROM_ADDR_OVERFLOW	0x07
 #define CFG_EEPROM_PAGE_WRITE_BITS 4
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #undef CFG_I2C_MULTI_EEPROMS
 
 

+ 0 - 1
include/configs/motionpro.h

@@ -308,7 +308,6 @@
  * EEPROM configuration
  */
 #define CFG_I2C_EEPROM_ADDR_LEN		1
-#define CFG_EEPROM_PAGE_WRITE_ENABLE	1	/* DTT driver needs this */
 #define CFG_EEPROM_PAGE_WRITE_BITS	1	/* 2 bytes per write cycle */
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS	5	/* 2ms/cycle + 3ms extra */
 #define CFG_I2C_MULTI_EEPROMS		1	/* 2 EEPROMs (addr:50,52) */

+ 0 - 1
include/configs/muas3001.h

@@ -241,7 +241,6 @@
 #define CFG_I2C_SPEED		100000	/* I2C speed and slave address	*/
 #define CFG_I2C_SLAVE		0x7F
 
-#define	CFG_EEPROM_PAGE_WRITE_ENABLE
 #define	CFG_EEPROM_PAGE_WRITE_BITS 3
 /* I2C SYSMON (LM75, AD7414 is almost compatible)                       */
 #define	CONFIG_DTT_LM75		1	/* ON Semi's LM75               */

+ 0 - 2
include/configs/mucmc52.h

@@ -136,8 +136,6 @@
 #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

+ 0 - 1
include/configs/ocotea.h

@@ -157,7 +157,6 @@
 #define CFG_I2C_MULTI_EEPROMS
 #define CFG_I2C_EEPROM_ADDR	(0xa8>>1)
 #define CFG_I2C_EEPROM_ADDR_LEN 1
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #define CFG_EEPROM_PAGE_WRITE_BITS 3
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10
 

+ 0 - 1
include/configs/p3p440.h

@@ -112,7 +112,6 @@
 					/* 8 byte page write mode using */
 					/* last 3 bits of the address	*/
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS	40   /* and takes up to 40 msec */
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 
 /*-----------------------------------------------------------------------
  * Default configuration (environment varibles...)

+ 0 - 1
include/configs/pcs440ep.h

@@ -143,7 +143,6 @@
 
 #define CFG_I2C_EEPROM_ADDR	(0xa4>>1)
 #define CFG_I2C_EEPROM_ADDR_LEN 1
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #define CFG_EEPROM_PAGE_WRITE_BITS 3
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10
 

+ 0 - 1
include/configs/sequoia.h

@@ -225,7 +225,6 @@
 #define CFG_I2C_MULTI_EEPROMS
 #define CFG_I2C_EEPROM_ADDR	(0xa8>>1)
 #define CFG_I2C_EEPROM_ADDR_LEN 1
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #define CFG_EEPROM_PAGE_WRITE_BITS 3
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10
 

+ 0 - 1
include/configs/socrates.h

@@ -263,7 +263,6 @@
 #define CFG_DTT_MAX_TEMP	125
 #define CFG_DTT_LOW_TEMP	-55
 #define CFG_DTT_HYSTERESIS	3
-#define CFG_EEPROM_PAGE_WRITE_ENABLE	/* necessary for the LM75 chip */
 #define CFG_EEPROM_PAGE_WRITE_BITS	4
 
 /*

+ 0 - 1
include/configs/stxssa.h

@@ -216,7 +216,6 @@
 #define CFG_I2C_EEPROM_ADDR		0x51	/* 1010001x		*/
 #define CFG_I2C_EEPROM_ADDR_LEN		2
 #define CFG_EEPROM_PAGE_WRITE_BITS	5	/* =32 Bytes per write	*/
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS	20
 
 /*

+ 0 - 1
include/configs/taishan.h

@@ -139,7 +139,6 @@
 #undef CFG_I2C_MULTI_EEPROMS
 #define CFG_I2C_EEPROM_ADDR	0x50
 #define CFG_I2C_EEPROM_ADDR_LEN 1
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #define CFG_EEPROM_PAGE_WRITE_BITS 3
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10
 

+ 0 - 2
include/configs/uc101.h

@@ -138,8 +138,6 @@
 #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

+ 0 - 1
include/configs/walnut.h

@@ -98,7 +98,6 @@
 #define CFG_I2C_MULTI_EEPROMS
 #define CFG_I2C_EEPROM_ADDR	(0xa8>>1)
 #define CFG_I2C_EEPROM_ADDR_LEN 1
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #define CFG_EEPROM_PAGE_WRITE_BITS 3
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10
 

+ 0 - 1
include/configs/yosemite.h

@@ -143,7 +143,6 @@
 #define CFG_I2C_MULTI_EEPROMS
 #define CFG_I2C_EEPROM_ADDR	(0xa8>>1)
 #define CFG_I2C_EEPROM_ADDR_LEN 1
-#define CFG_EEPROM_PAGE_WRITE_ENABLE
 #define CFG_EEPROM_PAGE_WRITE_BITS 3
 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10
 

+ 0 - 1
include/configs/zeus.h

@@ -175,7 +175,6 @@
 /* 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 */