From: Lubomir Popov Date: Thu, 19 Dec 2013 15:14:02 +0000 (+0200) Subject: ARM: omap5_uevm: Enable 8-bit eMMC access X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f931483e4e41b7f3d738077040385b1776f635dc;p=project%2Fbcm63xx%2Fu-boot.git ARM: omap5_uevm: Enable 8-bit eMMC access All prerequisites are already available, so why not enable 8-bit access - it is a matter of a define in the board file only. Signed-off-by: Lubomir Popov Acked-by: Pantelis Antoniou --- diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h index 2f128b8a69..76c5106b45 100644 --- a/include/configs/omap5_uevm.h +++ b/include/configs/omap5_uevm.h @@ -36,6 +36,7 @@ #define CONFIG_EFI_PARTITION #define CONFIG_PARTITION_UUIDS #define CONFIG_CMD_PART +#define CONFIG_HSMMC2_8BIT /* Required support for the TCA642X GPIO we have on the uEVM */ #define CONFIG_TCA642X