
8 Mar
2016
8 Mar
'16
12:42 p.m.
From: Sam Protsenko semen.protsenko@linaro.org
Use 8-bit access instead of 4-bit to speed up eMMC flashing speed.
Signed-off-by: Sam Protsenko semen.protsenko@linaro.org --- include/configs/am57xx_evm.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/am57xx_evm.h b/include/configs/am57xx_evm.h index d075d61..1ab9498 100644 --- a/include/configs/am57xx_evm.h +++ b/include/configs/am57xx_evm.h @@ -75,6 +75,7 @@ #define CONFIG_CMD_GPT #define CONFIG_EFI_PARTITION #define CONFIG_RANDOM_UUID +#define CONFIG_HSMMC2_8BIT
/* CPSW Ethernet */ #define CONFIG_CMD_DHCP
--
2.7.0