diff options
author | Scott Jiang <scott.jiang.linux@gmail.com> | 2014-11-13 15:30:53 +0800 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2014-11-17 08:10:04 +0100 |
commit | fea9b69acdeb8af4d37cf58ea805eecfbb03d44c (patch) | |
tree | 289270de0d4c16affd2ce30534bb32f63ab74022 /include/configs/bf537-minotaur.h | |
parent | 2086e388d56cbb0e3737a6276f04f00f74bf6723 (diff) |
blackfin: rename bfin-twi_i2c driver to adi_i2c
Signed-off-by: Scott Jiang <scott.jiang.linux@gmail.com>
Diffstat (limited to 'include/configs/bf537-minotaur.h')
-rw-r--r-- | include/configs/bf537-minotaur.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bf537-minotaur.h b/include/configs/bf537-minotaur.h index 3bc364ccfdf..d94c2df6a17 100644 --- a/include/configs/bf537-minotaur.h +++ b/include/configs/bf537-minotaur.h @@ -121,7 +121,7 @@ /* * I2C settings */ -#define CONFIG_BFIN_TWI_I2C 1 +#define CONFIG_SYS_I2C_ADI #define CONFIG_HARD_I2C 1 #define CONFIG_SYS_I2C_SPEED 50000 #define CONFIG_SYS_I2C_SLAVE 0 |