diff options
Diffstat (limited to 'include/configs/mcx.h')
| -rw-r--r-- | include/configs/mcx.h | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/include/configs/mcx.h b/include/configs/mcx.h index 4619dfb3e..a2f7cf711 100644 --- a/include/configs/mcx.h +++ b/include/configs/mcx.h @@ -137,10 +137,10 @@  #undef CONFIG_CMD_IMLS		/* List all found images	*/  #define CONFIG_SYS_NO_FLASH -#define CONFIG_HARD_I2C -#define CONFIG_SYS_I2C_SPEED		100000 -#define CONFIG_SYS_I2C_SLAVE		1 -#define CONFIG_DRIVER_OMAP34XX_I2C +#define CONFIG_SYS_I2C +#define CONFIG_SYS_OMAP24_I2C_SPEED	100000 +#define CONFIG_SYS_OMAP24_I2C_SLAVE	1 +#define CONFIG_SYS_I2C_OMAP34XX  /* RTC */  #define CONFIG_RTC_DS1337 |