diff options
author | Tom Rini <trini@ti.com> | 2014-11-19 23:18:19 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-19 23:18:19 -0500 |
commit | c44d3cd1c436af20ffc5f70451151f4de69a2278 (patch) | |
tree | 060d25eb3638eb20fc9501006d7c3724e77da38d /include/configs/bf537-srv1.h | |
parent | f10834e166467ce153ec985421b9deb8d292410d (diff) | |
parent | c469703ba0e4adcd210e342fa6a19fcd83fe7207 (diff) | |
download | u-boot-imx-c44d3cd1c436af20ffc5f70451151f4de69a2278.zip u-boot-imx-c44d3cd1c436af20ffc5f70451151f4de69a2278.tar.gz u-boot-imx-c44d3cd1c436af20ffc5f70451151f4de69a2278.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Diffstat (limited to 'include/configs/bf537-srv1.h')
-rw-r--r-- | include/configs/bf537-srv1.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/bf537-srv1.h b/include/configs/bf537-srv1.h index 0b723cf..d01d88f 100644 --- a/include/configs/bf537-srv1.h +++ b/include/configs/bf537-srv1.h @@ -120,8 +120,8 @@ /* * I2C settings */ -#define CONFIG_BFIN_TWI_I2C 1 -#define CONFIG_HARD_I2C 1 +#define CONFIG_SYS_I2C +#define CONFIG_SYS_I2C_ADI #define CONFIG_SYS_I2C_SPEED 50000 #define CONFIG_SYS_I2C_SLAVE 0 |