omap3evm: modify config to unbreak mmcboot
authorSteve Sakoman <steve@sakoman.com>
Sat, 16 Aug 2008 13:22:57 +0000 (06:22 -0700)
committerSteve Sakoman <steve@sakoman.com>
Sat, 16 Aug 2008 13:22:57 +0000 (06:22 -0700)
include/configs/omap3evm.h

index 7159f50..10e48ba 100644 (file)
 #define CONFIG_OMAP3EVM          1    /* working with EVM */
 
 /* Enable the below macro if MMC boot support is required */
-#define CONFIG_MMC               1
+#define CONFIG_MMC     1
 #if defined(CONFIG_MMC)
-       #define CFG_CMD_MMC              1
-       #define CFG_CMD_FAT              1
+       #define CFG_CMD_MMC     1
+       #define CFG_CMD_FAT     1
+       #define CFG_I2C_SPEED           100000
+       #define CFG_I2C_SLAVE           1
+       #define CFG_I2C_BUS             0
+       #define CFG_I2C_BUS_SELECT      1
+       #define CONFIG_DRIVER_OMAP34XX_I2C 1
 #endif
 
 #include <asm/arch/cpu.h>        /* get chip and board defs */