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/XPEDITE1K.h | |
parent | 81e612014c40c922ec35488d17c504d4e9286f06 (diff) | |
download | u-boot-imx-abbb90666d5ef2f500ebbedbb80ff60adc56b043.zip u-boot-imx-abbb90666d5ef2f500ebbedbb80ff60adc56b043.tar.gz u-boot-imx-abbb90666d5ef2f500ebbedbb80ff60adc56b043.tar.bz2 |
Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'include/configs/XPEDITE1K.h')
-rw-r--r-- | include/configs/XPEDITE1K.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/XPEDITE1K.h b/include/configs/XPEDITE1K.h index 77b29f4..d533b17 100644 --- a/include/configs/XPEDITE1K.h +++ b/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 |