Re: [U-Boot] [PATCH] configs: dra7xx_evm: Remove ENV_IS_IN_FAT and SPL_ENV_*

2019-02-25 Thread Faiz Abbas
Hi Lokesh, On 22/02/19 6:01 PM, Lokesh Vutla wrote: > > > On 22/02/19 5:46 PM, Faiz Abbas wrote: >> Lokesh, >> >> On 22/02/19 5:33 PM, Lokesh Vutla wrote: >>> >>> >>> On 22/02/19 5:21 PM, Faiz Abbas wrote: Tom, On 22/02/19 5:00 AM, Tom Rini wrote: > On Wed, Feb 20, 2019 at

Re: [U-Boot] [PATCH] configs: dra7xx_evm: Remove ENV_IS_IN_FAT and SPL_ENV_*

2019-02-22 Thread Lokesh Vutla
On 22/02/19 5:46 PM, Faiz Abbas wrote: > Lokesh, > > On 22/02/19 5:33 PM, Lokesh Vutla wrote: >> >> >> On 22/02/19 5:21 PM, Faiz Abbas wrote: >>> Tom, >>> >>> On 22/02/19 5:00 AM, Tom Rini wrote: On Wed, Feb 20, 2019 at 01:33:50PM +0530, Faiz Abbas wrote: > Hi Tom, > > On

Re: [U-Boot] [PATCH] configs: dra7xx_evm: Remove ENV_IS_IN_FAT and SPL_ENV_*

2019-02-22 Thread Faiz Abbas
Lokesh, On 22/02/19 5:33 PM, Lokesh Vutla wrote: > > > On 22/02/19 5:21 PM, Faiz Abbas wrote: >> Tom, >> >> On 22/02/19 5:00 AM, Tom Rini wrote: >>> On Wed, Feb 20, 2019 at 01:33:50PM +0530, Faiz Abbas wrote: Hi Tom, On 19/02/19 8:45 PM, Tom Rini wrote: > On Tue, Feb 19, 2019

Re: [U-Boot] [PATCH] configs: dra7xx_evm: Remove ENV_IS_IN_FAT and SPL_ENV_*

2019-02-22 Thread Lokesh Vutla
On 22/02/19 5:21 PM, Faiz Abbas wrote: > Tom, > > On 22/02/19 5:00 AM, Tom Rini wrote: >> On Wed, Feb 20, 2019 at 01:33:50PM +0530, Faiz Abbas wrote: >>> Hi Tom, >>> >>> On 19/02/19 8:45 PM, Tom Rini wrote: On Tue, Feb 19, 2019 at 08:25:29PM +0530, Faiz Abbas wrote: > With U-boot

Re: [U-Boot] [PATCH] configs: dra7xx_evm: Remove ENV_IS_IN_FAT and SPL_ENV_*

2019-02-22 Thread Faiz Abbas
Tom, On 22/02/19 5:00 AM, Tom Rini wrote: > On Wed, Feb 20, 2019 at 01:33:50PM +0530, Faiz Abbas wrote: >> Hi Tom, >> >> On 19/02/19 8:45 PM, Tom Rini wrote: >>> On Tue, Feb 19, 2019 at 08:25:29PM +0530, Faiz Abbas wrote: >>> With U-boot supporting environment in multiple places, enable only

Re: [U-Boot] [PATCH] configs: dra7xx_evm: Remove ENV_IS_IN_FAT and SPL_ENV_*

2019-02-21 Thread Tom Rini
On Wed, Feb 20, 2019 at 01:33:50PM +0530, Faiz Abbas wrote: > Hi Tom, > > On 19/02/19 8:45 PM, Tom Rini wrote: > > On Tue, Feb 19, 2019 at 08:25:29PM +0530, Faiz Abbas wrote: > > > >> With U-boot supporting environment in multiple places, enable only > >> ENV_IS_IN_EMMC in U-boot. > >> > >>

Re: [U-Boot] [PATCH] configs: dra7xx_evm: Remove ENV_IS_IN_FAT and SPL_ENV_*

2019-02-20 Thread Faiz Abbas
Hi Tom, On 19/02/19 8:45 PM, Tom Rini wrote: > On Tue, Feb 19, 2019 at 08:25:29PM +0530, Faiz Abbas wrote: > >> With U-boot supporting environment in multiple places, enable only >> ENV_IS_IN_EMMC in U-boot. >> >> Signed-off-by: Faiz Abbas > > Since we had previously and intentionally enabled

Re: [U-Boot] [PATCH] configs: dra7xx_evm: Remove ENV_IS_IN_FAT and SPL_ENV_*

2019-02-19 Thread Tom Rini
On Tue, Feb 19, 2019 at 08:25:29PM +0530, Faiz Abbas wrote: > With U-boot supporting environment in multiple places, enable only > ENV_IS_IN_EMMC in U-boot. > > Signed-off-by: Faiz Abbas Since we had previously and intentionally enabled FAT over raw MMC location, why the switch back? Thanks!

[U-Boot] [PATCH] configs: dra7xx_evm: Remove ENV_IS_IN_FAT and SPL_ENV_*

2019-02-19 Thread Faiz Abbas
With U-boot supporting environment in multiple places, enable only ENV_IS_IN_EMMC in U-boot. Signed-off-by: Faiz Abbas --- configs/dra7xx_evm_defconfig| 2 ++ configs/dra7xx_hs_evm_defconfig | 2 ++ 2 files changed, 4 insertions(+) diff --git a/configs/dra7xx_evm_defconfig