diff options
author | Lubomir Popov | 2014-11-10 18:14:18 +0200 |
---|---|---|
committer | Tom Rini | 2014-12-04 21:28:31 -0500 |
commit | 8065a4e83d0e6bc3db843b24ba58ad2ee238c0cf (patch) | |
tree | 4aa6cde786eda9eb29e00934d60dddb8a5b12625 /include/configs/dra7xx_evm.h | |
parent | aac5450ea92abc9109a78cc099d366962148719f (diff) |
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>
Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/dra7xx_evm.h')
-rw-r--r-- | include/configs/dra7xx_evm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 2eaabdefeea..174a711bb4b 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' */ |