diff options
author | Tom Rini <trini@konsulko.com> | 2017-06-21 08:01:07 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-21 08:01:07 -0400 |
commit | 235c5b8315c6a9eb566fd3d99a098cc6db869fc5 (patch) | |
tree | 3eb6279dd316fa6b3509ca654502c6b590f56246 /include | |
parent | 9c067c873fcfe62affb5009c3a227d44c75938d5 (diff) | |
parent | 2c62e313b14186d67f5bf26095f36a246cb0c3a4 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-samsung
Diffstat (limited to 'include')
-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 afc7c5e35f..609a3d1c45 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 |