Skip to content
Snippets Groups Projects
Commit 2cb90804 authored by Kyungmin Park's avatar Kyungmin Park Committed by Wolfgang Denk
Browse files

Remove unused I2C at apollon board


There are no I2C devices on this board.

Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
parent 695a29b7
No related branches found
No related tags found
No related merge requests found
...@@ -103,14 +103,6 @@ ...@@ -103,14 +103,6 @@
*/ */
#define CONFIG_SERIAL1 1 /* UART1 on H4 */ #define CONFIG_SERIAL1 1 /* UART1 on H4 */
/*
* I2C configuration
*/
#define CONFIG_HARD_I2C
#define CFG_I2C_SPEED 100000
#define CFG_I2C_SLAVE 1
#define CONFIG_DRIVER_OMAP24XX_I2C
/* allow to overwrite serial and ethaddr */ /* allow to overwrite serial and ethaddr */
#define CONFIG_ENV_OVERWRITE #define CONFIG_ENV_OVERWRITE
#define CONFIG_CONS_INDEX 1 #define CONFIG_CONS_INDEX 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment