diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2017-06-07 03:08:40 (GMT) |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2017-06-19 04:10:19 (GMT) |
commit | 2c62e313b14186d67f5bf26095f36a246cb0c3a4 (patch) | |
tree | 5e41a5471b41bd1b1b2ee04c9a85eb77bc5ce49f /include/configs | |
parent | df494d8001daedf07cd61e8630dd0aac2ccd5c1d (diff) | |
download | u-boot-fsl-qoriq-2c62e313b14186d67f5bf26095f36a246cb0c3a4.tar.xz |
odroid: remove CONFIG_DM_I2C_COMPAT config
Remove the CONFIG_DM_I2C_COMPAT config.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/odroid.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/odroid.h b/include/configs/odroid.h index afc7c5e..609a3d1 100644 --- a/include/configs/odroid.h +++ b/include/configs/odroid.h @@ -175,11 +175,6 @@ "scriptaddr=0x42000000\0" \ "fdtaddr=40800000\0" -/* I2C */ -#define CONFIG_SYS_I2C_S3C24X0 -#define CONFIG_SYS_I2C_S3C24X0_SPEED 100000 -#define CONFIG_SYS_I2C_S3C24X0_SLAVE 0 - /* GPT */ #define CONFIG_RANDOM_UUID |