Re: [U-Boot] [PATCH 5/6] arm: am57xx: Enable 8-bit eMMC access on AM57XX EVM

2016-03-08 Thread Tom Rini
On Tue, Mar 08, 2016 at 06:42:27PM +0700, Semen Protsenko wrote: > From: Sam Protsenko > > Use 8-bit access instead of 4-bit to speed up eMMC flashing speed. > > Signed-off-by: Sam Protsenko Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [PATCH 5/6] arm: am57xx: Enable 8-bit eMMC access on AM57XX EVM

2016-03-08 Thread Lokesh Vutla
On Tuesday 08 March 2016 05:12 PM, Semen Protsenko wrote: > From: Sam Protsenko > > Use 8-bit access instead of 4-bit to speed up eMMC flashing speed. Reviewed-by: Lokesh Vutla Thanks and regards, Lokesh > > Signed-off-by: Sam Protsenko > --- > include/configs/am57xx_evm.h | 1 + > 1 fil

[U-Boot] [PATCH 5/6] arm: am57xx: Enable 8-bit eMMC access on AM57XX EVM

2016-03-08 Thread Semen Protsenko
From: Sam Protsenko Use 8-bit access instead of 4-bit to speed up eMMC flashing speed. Signed-off-by: Sam Protsenko --- 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 ---