diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2008-09-23 12:39:40 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-10-14 14:45:31 +0200 |
commit | abbb90666d5ef2f500ebbedbb80ff60adc56b043 (patch) | |
tree | c050b9ba958243cc0e6cae5e9e1272b88821a83e /include/configs/PIP405.h | |
parent | 81e612014c40c922ec35488d17c504d4e9286f06 (diff) |
Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'include/configs/PIP405.h')
-rw-r--r-- | include/configs/PIP405.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h index 895b89c2046..6e8d7ada192 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 */ |