diff options
author | Semen Protsenko <semen.protsenko@linaro.org> | 2016-10-31 19:53:42 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-11-21 14:07:26 -0500 |
commit | b52ee279ca21aeba23ac731357255ec05534af1b (patch) | |
tree | db8b48b9469566350e7031539feabfb1813e6b74 /include | |
parent | a42cfa4f82efaff1373d1417c8d85036f1189491 (diff) | |
download | u-boot-imx-b52ee279ca21aeba23ac731357255ec05534af1b.zip u-boot-imx-b52ee279ca21aeba23ac731357255ec05534af1b.tar.gz u-boot-imx-b52ee279ca21aeba23ac731357255ec05534af1b.tar.bz2 |
arm: am57xx: Enable 8-bit eMMC access
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/am57xx_evm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/am57xx_evm.h b/include/configs/am57xx_evm.h index bcbe3cd..d009900 100644 --- a/include/configs/am57xx_evm.h +++ b/include/configs/am57xx_evm.h @@ -65,6 +65,7 @@ #define CONFIG_CMD_GPT #define CONFIG_EFI_PARTITION #define CONFIG_RANDOM_UUID +#define CONFIG_HSMMC2_8BIT /* CPSW Ethernet */ #define CONFIG_BOOTP_DNS /* Configurable parts of CMD_DHCP */ |