[U-Boot] [PATCH] Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references

Peter Tyser ptyser at xes-inc.com
Tue Sep 23 19:39:40 CEST 2008


Signed-off-by: Peter Tyser <ptyser at xes-inc.com>
---
 doc/README.PIP405                |    8 --------
 include/configs/APC405.h         |    1 -
 include/configs/ASH405.h         |    1 -
 include/configs/B2.h             |    1 -
 include/configs/CATcenter.h      |    1 -
 include/configs/CMS700.h         |    1 -
 include/configs/CPCI2DP.h        |    1 -
 include/configs/CPCI405.h        |    1 -
 include/configs/CPCI4052.h       |    1 -
 include/configs/CPCI405AB.h      |    1 -
 include/configs/CPCI405DT.h      |    1 -
 include/configs/CPCIISER4.h      |    1 -
 include/configs/DP405.h          |    1 -
 include/configs/DU405.h          |    1 -
 include/configs/DU440.h          |    1 -
 include/configs/G2000.h          |    1 -
 include/configs/HH405.h          |    1 -
 include/configs/HUB405.h         |    1 -
 include/configs/MIP405.h         |    1 -
 include/configs/MPC8323ERDB.h    |    1 -
 include/configs/OCRTC.h          |    1 -
 include/configs/ORSG.h           |    1 -
 include/configs/PCI405.h         |    1 -
 include/configs/PIP405.h         |    1 -
 include/configs/PLU405.h         |    1 -
 include/configs/PMC405.h         |    1 -
 include/configs/PMC440.h         |    1 -
 include/configs/PPChameleonEVB.h |    1 -
 include/configs/TASREG.h         |    1 -
 include/configs/TQM8272.h        |    1 -
 include/configs/TQM834x.h        |    1 -
 include/configs/TQM85xx.h        |    1 -
 include/configs/VOH405.h         |    1 -
 include/configs/VOM405.h         |    1 -
 include/configs/W7OLMC.h         |    1 -
 include/configs/W7OLMG.h         |    1 -
 include/configs/WUH405.h         |    1 -
 include/configs/XPEDITE1K.h      |    1 -
 include/configs/acadia.h         |    1 -
 include/configs/alpr.h           |    1 -
 include/configs/bamboo.h         |    1 -
 include/configs/canyonlands.h    |    1 -
 include/configs/ebony.h          |    1 -
 include/configs/ep82xxm.h        |    1 -
 include/configs/hcu4.h           |    1 -
 include/configs/hcu5.h           |    1 -
 include/configs/hymod.h          |    1 -
 include/configs/katmai.h         |    1 -
 include/configs/luan.h           |    1 -
 include/configs/lwmon5.h         |    1 -
 include/configs/mcu25.h          |    1 -
 include/configs/motionpro.h      |    1 -
 include/configs/muas3001.h       |    1 -
 include/configs/mucmc52.h        |    2 --
 include/configs/ocotea.h         |    1 -
 include/configs/p3p440.h         |    1 -
 include/configs/pcs440ep.h       |    1 -
 include/configs/sequoia.h        |    1 -
 include/configs/socrates.h       |    1 -
 include/configs/stxssa.h         |    1 -
 include/configs/taishan.h        |    1 -
 include/configs/uc101.h          |    2 --
 include/configs/walnut.h         |    1 -
 include/configs/yosemite.h       |    1 -
 include/configs/zeus.h           |    1 -
 65 files changed, 0 insertions(+), 74 deletions(-)

diff --git a/doc/README.PIP405 b/doc/README.PIP405
index 610ff21..07756a5 100644
--- a/doc/README.PIP405
+++ b/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:
 ----------------------
 
diff --git a/include/configs/APC405.h b/include/configs/APC405.h
index 6ee0a36..cd2b79d 100644
--- a/include/configs/APC405.h
+++ b/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
diff --git a/include/configs/ASH405.h b/include/configs/ASH405.h
index 85c6a99..6cd0620 100644
--- a/include/configs/ASH405.h
+++ b/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:
diff --git a/include/configs/B2.h b/include/configs/B2.h
index d6ab1ad..8afd08d 100644
--- a/include/configs/B2.h
+++ b/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 */
 /*
diff --git a/include/configs/CATcenter.h b/include/configs/CATcenter.h
index 1603c9c..b67fe06 100644
--- a/include/configs/CATcenter.h
+++ b/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
diff --git a/include/configs/CMS700.h b/include/configs/CMS700.h
index 285cd5c..8da23e6 100644
--- a/include/configs/CMS700.h
+++ b/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
 
diff --git a/include/configs/CPCI2DP.h b/include/configs/CPCI2DP.h
index 58900c3..9770e0b 100644
--- a/include/configs/CPCI2DP.h
+++ b/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
 
diff --git a/include/configs/CPCI405.h b/include/configs/CPCI405.h
index bd43e1d..91dd902 100644
--- a/include/configs/CPCI405.h
+++ b/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:
diff --git a/include/configs/CPCI4052.h b/include/configs/CPCI4052.h
index 9ec1721..66e480d 100644
--- a/include/configs/CPCI4052.h
+++ b/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:
diff --git a/include/configs/CPCI405AB.h b/include/configs/CPCI405AB.h
index 7899598..035cc1d 100644
--- a/include/configs/CPCI405AB.h
+++ b/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 */
 
diff --git a/include/configs/CPCI405DT.h b/include/configs/CPCI405DT.h
index c173539..52830ff 100644
--- a/include/configs/CPCI405DT.h
+++ b/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:
diff --git a/include/configs/CPCIISER4.h b/include/configs/CPCIISER4.h
index 78b754c..8d30ab6 100644
--- a/include/configs/CPCIISER4.h
+++ b/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 CFG_ENV_IS_IN_EEPROM	1	/* use EEPROM for environment vars */
 #define CFG_ENV_OFFSET		0x000	/* environment starts at the beginning of the EEPROM */
diff --git a/include/configs/DP405.h b/include/configs/DP405.h
index 912fb2a..0043453 100644
--- a/include/configs/DP405.h
+++ b/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
diff --git a/include/configs/DU405.h b/include/configs/DU405.h
index c8bf67f..1037532 100644
--- a/include/configs/DU405.h
+++ b/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 CFG_ENV_IS_IN_EEPROM	1	/* use EEPROM for environment vars */
 #define CFG_ENV_OFFSET		0x000	/* environment starts at the beginning of the EEPROM */
diff --git a/include/configs/DU440.h b/include/configs/DU440.h
index c757523..07527e4 100644
--- a/include/configs/DU440.h
+++ b/include/configs/DU440.h
@@ -183,7 +183,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
diff --git a/include/configs/G2000.h b/include/configs/G2000.h
index c12ce48..2f48df5 100644
--- a/include/configs/G2000.h
+++ b/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
diff --git a/include/configs/HH405.h b/include/configs/HH405.h
index 9bcbfe3..a452819 100644
--- a/include/configs/HH405.h
+++ b/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
diff --git a/include/configs/HUB405.h b/include/configs/HUB405.h
index a389d58..49cf52d 100644
--- a/include/configs/HUB405.h
+++ b/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:
diff --git a/include/configs/MIP405.h b/include/configs/MIP405.h
index 66235e3..c86e318 100644
--- a/include/configs/MIP405.h
+++ b/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 */
 
 
diff --git a/include/configs/MPC8323ERDB.h b/include/configs/MPC8323ERDB.h
index 94b3d5a..37c5760 100644
--- a/include/configs/MPC8323ERDB.h
+++ b/include/configs/MPC8323ERDB.h
@@ -327,7 +327,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
diff --git a/include/configs/OCRTC.h b/include/configs/OCRTC.h
index 94b5bc9..5a3ef5a 100644
--- a/include/configs/OCRTC.h
+++ b/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:
diff --git a/include/configs/ORSG.h b/include/configs/ORSG.h
index 4e03088..a14fc09 100644
--- a/include/configs/ORSG.h
+++ b/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:
diff --git a/include/configs/PCI405.h b/include/configs/PCI405.h
index e70c0d3..2404b1a 100644
--- a/include/configs/PCI405.h
+++ b/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:
diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h
index 86ea6c6..2f5ae5a 100644
--- a/include/configs/PIP405.h
+++ b/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 */
 
 
diff --git a/include/configs/PLU405.h b/include/configs/PLU405.h
index 38c495e..8cc0047 100644
--- a/include/configs/PLU405.h
+++ b/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
diff --git a/include/configs/PMC405.h b/include/configs/PMC405.h
index 966bbf9..656371e 100644
--- a/include/configs/PMC405.h
+++ b/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
diff --git a/include/configs/PMC440.h b/include/configs/PMC440.h
index 9140287..6c1af83 100644
--- a/include/configs/PMC440.h
+++ b/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
diff --git a/include/configs/PPChameleonEVB.h b/include/configs/PPChameleonEVB.h
index cf98324..d4aa6e9 100644
--- a/include/configs/PPChameleonEVB.h
+++ b/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:
diff --git a/include/configs/TASREG.h b/include/configs/TASREG.h
index dccdf0c..de21f2e 100644
--- a/include/configs/TASREG.h
+++ b/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 */
diff --git a/include/configs/TQM8272.h b/include/configs/TQM8272.h
index 039ecf1..df1ac7b 100644
--- a/include/configs/TQM8272.h
+++ b/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 */
diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h
index e8f69f6..53e204d 100644
--- a/include/configs/TQM834x.h
+++ b/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		*/
 
diff --git a/include/configs/TQM85xx.h b/include/configs/TQM85xx.h
index 5e1cf95..6de8fa2 100644
--- a/include/configs/TQM85xx.h
+++ b/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	*/
 
diff --git a/include/configs/VOH405.h b/include/configs/VOH405.h
index 3ca928e..d03766a 100644
--- a/include/configs/VOH405.h
+++ b/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
diff --git a/include/configs/VOM405.h b/include/configs/VOM405.h
index f235890..f6b0287 100644
--- a/include/configs/VOM405.h
+++ b/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
diff --git a/include/configs/W7OLMC.h b/include/configs/W7OLMC.h
index bb6b6b9..2f5d0ea 100644
--- a/include/configs/W7OLMC.h
+++ b/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	*/
diff --git a/include/configs/W7OLMG.h b/include/configs/W7OLMG.h
index 3050caf..4d78b34 100644
--- a/include/configs/W7OLMG.h
+++ b/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
 /*-----------------------------------------------------------------------
diff --git a/include/configs/WUH405.h b/include/configs/WUH405.h
index 582d8cf..f756651 100644
--- a/include/configs/WUH405.h
+++ b/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:
diff --git a/include/configs/XPEDITE1K.h b/include/configs/XPEDITE1K.h
index 38ea576..55b5d4e 100644
--- a/include/configs/XPEDITE1K.h
+++ b/include/configs/XPEDITE1K.h
@@ -156,7 +156,6 @@ extern void out32(unsigned int, unsigned long);
 #define CFG_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
 
diff --git a/include/configs/acadia.h b/include/configs/acadia.h
index ed2754d..a32bfe7 100644
--- a/include/configs/acadia.h
+++ b/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
 
diff --git a/include/configs/alpr.h b/include/configs/alpr.h
index f342c7a..a19ad7b 100644
--- a/include/configs/alpr.h
+++ b/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;"			\
diff --git a/include/configs/bamboo.h b/include/configs/bamboo.h
index 41058f8..9c79b7b 100644
--- a/include/configs/bamboo.h
+++ b/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
 
diff --git a/include/configs/canyonlands.h b/include/configs/canyonlands.h
index 3b5b280..5c9a00a 100644
--- a/include/configs/canyonlands.h
+++ b/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
 
diff --git a/include/configs/ebony.h b/include/configs/ebony.h
index df444d8..a561579 100644
--- a/include/configs/ebony.h
+++ b/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
 
diff --git a/include/configs/ep82xxm.h b/include/configs/ep82xxm.h
index ac68c86..d9888d1 100644
--- a/include/configs/ep82xxm.h
+++ b/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 CFG_ENV_IS_IN_EEPROM
diff --git a/include/configs/hcu4.h b/include/configs/hcu4.h
index d99ac53..001e2a7 100644
--- a/include/configs/hcu4.h
+++ b/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
 
 
diff --git a/include/configs/hcu5.h b/include/configs/hcu5.h
index 54d6721..a049e18 100644
--- a/include/configs/hcu5.h
+++ b/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
 
 
diff --git a/include/configs/hymod.h b/include/configs/hymod.h
index 264192f..702d535 100644
--- a/include/configs/hymod.h
+++ b/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 */
 
diff --git a/include/configs/katmai.h b/include/configs/katmai.h
index 5dcca75..c67aa04 100644
--- a/include/configs/katmai.h
+++ b/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
 
diff --git a/include/configs/luan.h b/include/configs/luan.h
index 805cc59..645ecbc 100644
--- a/include/configs/luan.h
+++ b/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
 
diff --git a/include/configs/lwmon5.h b/include/configs/lwmon5.h
index 3d135c4..c48b7b4 100644
--- a/include/configs/lwmon5.h
+++ b/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	*/
diff --git a/include/configs/mcu25.h b/include/configs/mcu25.h
index 6adba96..68756b8 100644
--- a/include/configs/mcu25.h
+++ b/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
 
 
diff --git a/include/configs/motionpro.h b/include/configs/motionpro.h
index f2a35ee..e2592cc 100644
--- a/include/configs/motionpro.h
+++ b/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) */
diff --git a/include/configs/muas3001.h b/include/configs/muas3001.h
index a13648b..e2a595c 100644
--- a/include/configs/muas3001.h
+++ b/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               */
diff --git a/include/configs/mucmc52.h b/include/configs/mucmc52.h
index 18200ec..75e9be7 100644
--- a/include/configs/mucmc52.h
+++ b/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
diff --git a/include/configs/ocotea.h b/include/configs/ocotea.h
index 407aae7..7272df1 100644
--- a/include/configs/ocotea.h
+++ b/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
 
diff --git a/include/configs/p3p440.h b/include/configs/p3p440.h
index ac0d83a..bf1492f 100644
--- a/include/configs/p3p440.h
+++ b/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...)
diff --git a/include/configs/pcs440ep.h b/include/configs/pcs440ep.h
index ba6d932..0c5b2e5 100644
--- a/include/configs/pcs440ep.h
+++ b/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
 
diff --git a/include/configs/sequoia.h b/include/configs/sequoia.h
index 74f6e3a..63540a0 100644
--- a/include/configs/sequoia.h
+++ b/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
 
diff --git a/include/configs/socrates.h b/include/configs/socrates.h
index a981a8f..11a6fb0 100644
--- a/include/configs/socrates.h
+++ b/include/configs/socrates.h
@@ -258,7 +258,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
 
 /*
diff --git a/include/configs/stxssa.h b/include/configs/stxssa.h
index ac349df..732d676 100644
--- a/include/configs/stxssa.h
+++ b/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
 
 /*
diff --git a/include/configs/taishan.h b/include/configs/taishan.h
index 81133bb..bb56bd9 100644
--- a/include/configs/taishan.h
+++ b/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
 
diff --git a/include/configs/uc101.h b/include/configs/uc101.h
index a186188..f4e38c7 100644
--- a/include/configs/uc101.h
+++ b/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
diff --git a/include/configs/walnut.h b/include/configs/walnut.h
index e19c5f3..456853c 100644
--- a/include/configs/walnut.h
+++ b/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
 
diff --git a/include/configs/yosemite.h b/include/configs/yosemite.h
index cb2042c..6c4d7fb 100644
--- a/include/configs/yosemite.h
+++ b/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
 
diff --git a/include/configs/zeus.h b/include/configs/zeus.h
index b50cba5..9108afc 100644
--- a/include/configs/zeus.h
+++ b/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 */
 
-- 
1.5.4.3



More information about the U-Boot mailing list