Re: [U-Boot] [PATCH v2 11/12] RFC: Use binman for a sunxi board

2016-10-05 Thread Simon Glass
Hi Tom, On 2 October 2016 at 21:26, Simon Glass wrote: > Hi Tom, > > On 1 October 2016 at 18:46, Tom Rini wrote: >> On Sat, Oct 01, 2016 at 06:29:42PM -0600, Simon Glass wrote: >>> Hi Tom, >>> >>> On 1 October 2016 at 18:15, Tom Rini

Re: [U-Boot] [PATCH v2 11/12] RFC: Use binman for a sunxi board

2016-10-02 Thread Simon Glass
Hi Tom, On 1 October 2016 at 18:46, Tom Rini wrote: > On Sat, Oct 01, 2016 at 06:29:42PM -0600, Simon Glass wrote: >> Hi Tom, >> >> On 1 October 2016 at 18:15, Tom Rini wrote: >> > On Wed, Sep 28, 2016 at 09:46:25AM -0600, Simon Glass wrote: >> >> Hi Tom,

Re: [U-Boot] [PATCH v2 11/12] RFC: Use binman for a sunxi board

2016-10-01 Thread Tom Rini
On Sat, Oct 01, 2016 at 06:29:42PM -0600, Simon Glass wrote: > Hi Tom, > > On 1 October 2016 at 18:15, Tom Rini wrote: > > On Wed, Sep 28, 2016 at 09:46:25AM -0600, Simon Glass wrote: > >> Hi Tom, > >> > >> On 27 September 2016 at 19:55, Tom Rini wrote: >

Re: [U-Boot] [PATCH v2 11/12] RFC: Use binman for a sunxi board

2016-10-01 Thread Simon Glass
Hi Tom, On 1 October 2016 at 18:15, Tom Rini wrote: > On Wed, Sep 28, 2016 at 09:46:25AM -0600, Simon Glass wrote: >> Hi Tom, >> >> On 27 September 2016 at 19:55, Tom Rini wrote: >> > On Sun, Sep 25, 2016 at 03:52:27PM -0600, Simon Glass wrote: >> > >> >>

Re: [U-Boot] [PATCH v2 11/12] RFC: Use binman for a sunxi board

2016-10-01 Thread Tom Rini
On Wed, Sep 28, 2016 at 09:46:25AM -0600, Simon Glass wrote: > Hi Tom, > > On 27 September 2016 at 19:55, Tom Rini wrote: > > On Sun, Sep 25, 2016 at 03:52:27PM -0600, Simon Glass wrote: > > > >> Add an example usage of binman for a sunxi board. This involves adding the > >>

Re: [U-Boot] [PATCH v2 11/12] RFC: Use binman for a sunxi board

2016-09-28 Thread Simon Glass
Hi Tom, On 27 September 2016 at 19:55, Tom Rini wrote: > On Sun, Sep 25, 2016 at 03:52:27PM -0600, Simon Glass wrote: > >> Add an example usage of binman for a sunxi board. This involves adding the >> image definition to the device tree and using it in the Makefile. >> >>

Re: [U-Boot] [PATCH v2 11/12] RFC: Use binman for a sunxi board

2016-09-27 Thread Tom Rini
On Sun, Sep 25, 2016 at 03:52:27PM -0600, Simon Glass wrote: > Add an example usage of binman for a sunxi board. This involves adding the > image definition to the device tree and using it in the Makefile. > > This is for example only. > > Signed-off-by: Simon Glass > --- >

[U-Boot] [PATCH v2 11/12] RFC: Use binman for a sunxi board

2016-09-25 Thread Simon Glass
Add an example usage of binman for a sunxi board. This involves adding the image definition to the device tree and using it in the Makefile. This is for example only. Signed-off-by: Simon Glass --- Changes in v2: None Makefile| 4 +---