From 70cd0c189b9d2a86cb5839f4eb3ace275187748a Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Sat, 16 Aug 2008 06:22:57 -0700 Subject: [PATCH] omap3evm: modify config to unbreak mmcboot --- include/configs/omap3evm.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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 */ -- 2.39.5