diff mbox

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

Message ID aee329129783b7f16e66f0c0715ec226.squirrel@www.mm-sol.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Lubomir Popov Nov. 10, 2014, 4:14 p.m. UTC
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(+)

Comments

Tom Rini Nov. 10, 2014, 6:45 p.m. UTC | #1
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>
Tom Rini Dec. 5, 2014, 2:53 p.m. UTC | #2
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!
diff mbox

Patch

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' */