diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2016-10-05 15:27:07 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-10-07 12:26:15 +0200 |
commit | 7443a1ddb19c047e5331962545ef5cbc34b5f60a (patch) | |
tree | 395fd56c55bb7a28186d419ecdc1a2bcecd847c9 /include/configs | |
parent | e60f74907d65fb79f41c0f797407cb21da922c47 (diff) |
colibri_imx7: remove legancy I2C support
Remove legancy I2C config and code in favor of upcomming DM/DT
enable I2C support.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/colibri_imx7.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri_imx7.h index 16ae952f37c..55d8fcf4d42 100644 --- a/include/configs/colibri_imx7.h +++ b/include/configs/colibri_imx7.h @@ -59,9 +59,7 @@ #undef CONFIG_BOOTM_RTEMS /* I2C configs */ -#define CONFIG_SYS_I2C #define CONFIG_SYS_I2C_MXC -#define CONFIG_SYS_I2C_MXC_I2C1 /* enable I2C bus 1 */ #define CONFIG_SYS_I2C_SPEED 100000 #define CONFIG_IPADDR 192.168.10.2 |