diff options
author | jianlong.huang <jianlong.huang@starfivetech.com> | 2021-10-29 15:44:40 +0300 |
---|---|---|
committer | jianlong.huang <jianlong.huang@starfivetech.com> | 2021-10-29 15:44:40 +0300 |
commit | 0316c520fae33ff56beb7a8fbd7d31069458e0c7 (patch) | |
tree | 1e1f11d376cedfe0d41cd02869076577bb57bffa | |
parent | 28fccacd44680cc726cde437d7dc814537315250 (diff) | |
download | u-boot-0316c520fae33ff56beb7a8fbd7d31069458e0c7.tar.xz |
fix eeprom command configure
-rw-r--r-- | configs/starfive_jh7100_starlight_smode_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/starfive_jh7100_starlight_smode_defconfig b/configs/starfive_jh7100_starlight_smode_defconfig index 33af4dfc05..45709fecdf 100644 --- a/configs/starfive_jh7100_starlight_smode_defconfig +++ b/configs/starfive_jh7100_starlight_smode_defconfig @@ -127,8 +127,8 @@ CONFIG_I2C_EEPROM=y CONFIG_SYS_I2C_EEPROM_ADDR=0x50 CONFIG_SYS_I2C_EEPROM_BUS=0 CONFIG_SYS_EEPROM_SIZE=512 -CONFIG_SYS_EEPROM_PAGE_WRITE_BITS=0 -CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS=0 +CONFIG_SYS_EEPROM_PAGE_WRITE_BITS=4 +CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS=5 CONFIG_SYS_I2C_EEPROM_ADDR_LEN=1 CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW=0 # CONFIG_MMC_BROKEN_CD is not set |