Revert "s5pc1xx: Soft-I2C uses repeated start condition"
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 14 Jul 2010 08:57:03 +0000 (17:57 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 14 Jul 2010 08:57:03 +0000 (17:57 +0900)
This reverts commit adfb44a7836d77a6e20dd16743423bb405ddf4b8.

For now, let non-AVS boards use the conventional I2C read although
this does not seem to be the standard. We will reactivate this
if this new method is confirmed as the "standard".

include/configs/s5pc1xx_universal.h

index 5b62eae..c5d0ede 100644 (file)
 #define CONFIG_SYS_I2C_SPEED   50000
 #define CONFIG_I2C_MULTI_BUS
 #define CONFIG_SYS_MAX_I2C_BUS 7
-
-#define CONFIG_SOFT_I2C_READ_REPEATED_START
 #endif
 
 /* USB Downloader */