diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-06-08 16:22:44 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-07-25 15:16:21 -0400 |
commit | beb60e777d6b3b8e4c953931263a121595e1b7e4 (patch) | |
tree | ccf5990053368d0b8ed27b630d3e837d8c12c195 /include/configs/bfin_adi_common.h | |
parent | 7385c28e9b5f7d47e6a8f1ad9800e6e70af714e2 (diff) |
Blackfin: bf533/bf561 boards: convert to new soft gpio i2c code
Use the new common gpio framework to simplify and unify the soft i2c
configuration settings.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/bfin_adi_common.h')
-rw-r--r-- | include/configs/bfin_adi_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index 901a32fb725..44762689ceb 100644 --- a/include/configs/bfin_adi_common.h +++ b/include/configs/bfin_adi_common.h @@ -68,6 +68,7 @@ # endif # if defined(CONFIG_HARD_I2C) || defined(CONFIG_SOFT_I2C) # define CONFIG_CMD_I2C +# define CONFIG_SOFT_I2C_READ_REPEATED_START # endif # ifdef CONFIG_SYS_NO_FLASH # undef CONFIG_CMD_FLASH |