Re: [U-Boot] [PATCH 10/14] env: Initialise all the environments

2017-12-28 Thread Simon Glass
Hi Maxime, On 28 November 2017 at 03:24, Maxime Ripard wrote: > Since we want to have multiple environments, we will need to initialise > all the environments since we don't know at init time what drivers might > fail when calling load. > > Let's init all of them, and only consider for further op

Re: [U-Boot] [PATCH 10/14] env: Initialise all the environments

2017-12-05 Thread Andre Przywara
Hi, On 28/11/17 10:24, Maxime Ripard wrote: > Since we want to have multiple environments, we will need to initialise > all the environments since we don't know at init time what drivers might > fail when calling load. > > Let's init all of them, and only consider for further operations the ones

Re: [U-Boot] [PATCH 10/14] env: Initialise all the environments

2017-11-28 Thread Maxime Ripard
On Tue, Nov 28, 2017 at 01:24:45PM +0100, Quentin Schulz wrote: > Hi Maxime, > > On 28/11/2017 11:24, Maxime Ripard wrote: > > Since we want to have multiple environments, we will need to initialise > > all the environments since we don't know at init time what drivers might > > fail when calling

Re: [U-Boot] [PATCH 10/14] env: Initialise all the environments

2017-11-28 Thread Quentin Schulz
Hi Maxime, On 28/11/2017 11:24, Maxime Ripard wrote: > Since we want to have multiple environments, we will need to initialise > all the environments since we don't know at init time what drivers might > fail when calling load. > > Let's init all of them, and only consider for further operations

[U-Boot] [PATCH 10/14] env: Initialise all the environments

2017-11-28 Thread Maxime Ripard
Since we want to have multiple environments, we will need to initialise all the environments since we don't know at init time what drivers might fail when calling load. Let's init all of them, and only consider for further operations the ones that have not reported any errors at init time. Signed