From: Steve Sakoman Date: Sat, 16 Aug 2008 13:22:57 +0000 (-0700) Subject: omap3evm: modify config to unbreak mmcboot X-Git-Tag: Release-2010-05/1~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70cd0c189b9d2a86cb5839f4eb3ace275187748a;p=pandora-x-loader.git omap3evm: modify config to unbreak mmcboot --- diff --git a/include/configs/omap3evm.h b/include/configs/omap3evm.h index 7159f50..10e48ba 100644 --- a/include/configs/omap3evm.h +++ b/include/configs/omap3evm.h @@ -44,10 +44,15 @@ #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 /* get chip and board defs */