Re: [U-Boot] [PATCH v4 3/3] test: Add tests for board uclass

2018-10-02 Thread Simon Glass
On 27 September 2018 at 06:53, Mario Six wrote: > Hi Simon, > On Thu, Sep 27, 2018 at 3:45 PM Simon Glass wrote: >> >> Hi Mario, >> >> On 26 September 2018 at 06:36, Mario Six wrote: >> > Hi Simon, >> > On Tue, Jul 31, 2018 at 11:46 AM Mario Six wrote: >> >> >> >> Add tests for the new board uc

Re: [U-Boot] [PATCH v4 3/3] test: Add tests for board uclass

2018-09-27 Thread Mario Six
Hi Simon, On Thu, Sep 27, 2018 at 3:45 PM Simon Glass wrote: > > Hi Mario, > > On 26 September 2018 at 06:36, Mario Six wrote: > > Hi Simon, > > On Tue, Jul 31, 2018 at 11:46 AM Mario Six wrote: > >> > >> Add tests for the new board uclass. > >> > >> Reviewed-by: Simon Glass > >> Signed-off-by:

Re: [U-Boot] [PATCH v4 3/3] test: Add tests for board uclass

2018-09-27 Thread Simon Glass
Hi Mario, On 26 September 2018 at 06:36, Mario Six wrote: > Hi Simon, > On Tue, Jul 31, 2018 at 11:46 AM Mario Six wrote: >> >> Add tests for the new board uclass. >> >> Reviewed-by: Simon Glass >> Signed-off-by: Mario Six >> --- >> >> v3 -> v4: >> No changes >> >> v2 -> v3: >> * Accomodated g

Re: [U-Boot] [PATCH v4 3/3] test: Add tests for board uclass

2018-09-26 Thread Mario Six
Hi Simon, On Tue, Jul 31, 2018 at 11:46 AM Mario Six wrote: > > Add tests for the new board uclass. > > Reviewed-by: Simon Glass > Signed-off-by: Mario Six > --- > > v3 -> v4: > No changes > > v2 -> v3: > * Accomodated get_board() rename > * Fixed style violations > > v1 -> v2: > New in v2 > ---

[U-Boot] [PATCH v4 3/3] test: Add tests for board uclass

2018-07-31 Thread Mario Six
Add tests for the new board uclass. Reviewed-by: Simon Glass Signed-off-by: Mario Six --- v3 -> v4: No changes v2 -> v3: * Accomodated get_board() rename * Fixed style violations v1 -> v2: New in v2 --- arch/sandbox/dts/test.dts | 4 ++ configs/sandbox64_defconfig| 2 +