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/bf518f-ezbrd.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/bf518f-ezbrd.h')
-rw-r--r-- | include/configs/bf518f-ezbrd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bf518f-ezbrd.h b/include/configs/bf518f-ezbrd.h index 20f6ed1992f..4df51b9895e 100644 --- a/include/configs/bf518f-ezbrd.h +++ b/include/configs/bf518f-ezbrd.h @@ -134,7 +134,7 @@ /* * I2C Settings */ -#define CONFIG_BFIN_TWI_I2C 1 +#define CONFIG_SYS_I2C_ADI #define CONFIG_HARD_I2C 1 |