[U-Boot] [PATCH] ARM: OMAP5: DRA7xx: Enable 8-bit eMMC access on the dra7xx_evm

Tested on a Vayu EVM Rev.E2 with DRA752 ES1.1
Signed-off-by: Lubomir Popov l-popov@ti.com --- include/configs/dra7xx_evm.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 2eaabde..174a711 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -50,6 +50,7 @@ #define CONFIG_EFI_PARTITION #define CONFIG_PARTITION_UUIDS #define CONFIG_CMD_PART +#define CONFIG_HSMMC2_8BIT
/* CPSW Ethernet */ #define CONFIG_CMD_NET /* 'bootp' and 'tftp' */

On Mon, Nov 10, 2014 at 06:14:18PM +0200, Lubomir Popov wrote:
Tested on a Vayu EVM Rev.E2 with DRA752 ES1.1
Signed-off-by: Lubomir Popov l-popov@ti.com
Reviewed-by: Tom Rini trini@ti.com

On Mon, Nov 10, 2014 at 06:14:18PM +0200, Lubomir Popov wrote:
Tested on a Vayu EVM Rev.E2 with DRA752 ES1.1
Signed-off-by: Lubomir Popov l-popov@ti.com Reviewed-by: Tom Rini trini@ti.com
Applied to u-boot-ti/master, thanks!
participants (2)
-
Lubomir Popov
-
Tom Rini