diff options
author | Stefan Bigler <stefan.bigler@keymile.com> | 2011-07-04 22:24:01 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-07-28 15:40:02 +0200 |
commit | 4daea6fff34b071e010cbd1af93445634703981b (patch) | |
tree | be59b90e9ab98628ba0abbbb489b21a8fab0b03a /include/configs/km/keymile-common.h | |
parent | 8519d180354fe2d488973e6612902bd552bcf8fb (diff) |
km/common: moved eeprom config to pbec specific part
Moved eeprom config to specific part, to allow bigger eeprom write pages
for km_kirkwood designs. Write page only used for env eeprom in std use
cases. 24C128 has page size of 64bytes -> 8 time faster.
Signed-off-by: Stefan Bigler <stefan.bigler@keymile.com>
cc: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Heiko Schocher <hs@denx.de>
cc: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/km/keymile-common.h')
-rw-r--r-- | include/configs/km/keymile-common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/km/keymile-common.h b/include/configs/km/keymile-common.h index d749b2bceaa..bc1edafcb6d 100644 --- a/include/configs/km/keymile-common.h +++ b/include/configs/km/keymile-common.h @@ -88,12 +88,6 @@ #define CONFIG_SYS_I2C_INIT_BOARD #define CONFIG_I2C_MUX -/* EEprom support */ -#define CONFIG_SYS_I2C_MULTI_EEPROMS -#define CONFIG_SYS_EEPROM_PAGE_WRITE_ENABLE -#define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3 -#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10 - /* Support the IVM EEprom */ #define CONFIG_SYS_IVM_EEPROM_ADR 0x50 #define CONFIG_SYS_IVM_EEPROM_MAX_LEN 0x400 |