Re: [U-Boot] [PATCH 6/6] arm: am57xx: Keep environment in eMMC

2016-03-09 Thread Tom Rini
On Wed, Mar 09, 2016 at 05:46:49PM +0700, Sam Protsenko wrote: > On Tue, Mar 8, 2016 at 6:42 PM, Lokesh Vutla wrote: > > Any specific reason why you want this change? > > > > Yes, I'm thinking about use case when developer uses eMMC exclusively > (no SD card). In that case the environment should

Re: [U-Boot] [PATCH 6/6] arm: am57xx: Keep environment in eMMC

2016-03-09 Thread Sam Protsenko
On Tue, Mar 8, 2016 at 6:42 PM, Lokesh Vutla wrote: > Any specific reason why you want this change? > Yes, I'm thinking about use case when developer uses eMMC exclusively (no SD card). In that case the environment should be stored somewhere, and that should be eMMC. In other words, once eMMC sup

Re: [U-Boot] [PATCH 6/6] arm: am57xx: Keep environment in eMMC

2016-03-08 Thread Lokesh Vutla
On Tuesday 08 March 2016 05:12 PM, Semen Protsenko wrote: > From: Sam Protsenko > > Use eMMC (instead of SD card) to store U-Boot environment. Any specific reason why you want this change? Thanks and regards, Lokesh > > Signed-off-by: Sam Protsenko > --- > include/configs/am57xx_evm.h | 1

[U-Boot] [PATCH 6/6] arm: am57xx: Keep environment in eMMC

2016-03-08 Thread Semen Protsenko
From: Sam Protsenko Use eMMC (instead of SD card) to store U-Boot environment. Signed-off-by: Sam Protsenko --- include/configs/am57xx_evm.h | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/include/configs/am57xx_evm.h b/include/configs/am57xx_evm.h index 1ab949